Html Css Color HEX #EB41DB Free Speech Magenta

📋 copy color: '#EB41DB'

red 235 ◦ green 65 ◦ blue 219

#EB41DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EB41DB

Tints of Free Speech Magenta #EB41DB

RGB

 RED value IS 235 (92.19% from 255) = 45.28%

 GREEN value IS 65 (25.78% from 255) = 12.52%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 45.28%
G = 12.52%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EB41DB (or 0xEB41DB) is known color: Free Speech Magenta. HEX triplet: EB, 41 and DB. RGB value is (235,65,219). Sum of RGB (Red+Green+Blue) = 235+65+219=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB41DB is #14BE24. Grayscale: #848484. Windows color (decimal): -1359397 or 14369259. OLE color: 14369259.

HSL color Cylindrical-coordinate representation of color #EB41DB: hue angle of 305.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB41DB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 65 219 -
CMYK 0 0.72 0.07 0.08
HSL 305.65º 0.81% 0.59% -
HSV(B) 305.65º 0.72% 0.92% -
XYZ 48.94 26.56 69.56 -
YUV 133.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 235 65 219 0 0.72 0.07 0.08 305.65 0.81 0.59
Hex EB 41 DB 0 48 7 8 132 51 3B
Octal 353 101 333 0 110 7 10 462 121 73
Binary 11101011 1000001 11011011 0 1001000 111 1000 100110010 1010001 111011

Color Harmonies of #EB41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB41DB

Black with #EB41DB

Text Example


Text Example

White with #EB41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB41DB; }

 p { color: rgb(235,65,219); }

 H1.HeaderClassName
 {
   color: #EB41DB;
 }
 .AnyTagClassName
 {
   color: #EB41DB;
 }
</style>

background-color css

<style>
 a { background-color: #EB41DB; }

 a { background-color: rgb(235,65,219); }

 div.DivClassName
 {
   background-color: #EB41DB;
 }
 .BgClassName
 {
   background-color: #EB41DB;
 }
</style>

border-color css

<style>
 span { border-color: #EB41DB; }

 span { border-color: rgb(235,65,219); }

 td.TdClassName
 {
   border-color: #EB41DB;
 }
 .TagClassName
 {
   border-color: #EB41DB;
 }
</style>