Html Css Color HEX #EE42DB Free Speech Magenta

📋 copy color: '#EE42DB'

red 238 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #EE42DB

Tints of Free Speech Magenta #EE42DB

RGB

 RED value IS 238 (93.36% from 255) = 45.51%

 GREEN value IS 66 (26.17% from 255) = 12.62%

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

R = 45.51%
G = 12.62%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE42DB (or 0xEE42DB) is known color: Free Speech Magenta. HEX triplet: EE, 42 and DB. RGB value is (238,66,219). Sum of RGB (Red+Green+Blue) = 238+66+219=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42DB is #11BD24. Grayscale: #868686. Windows color (decimal): -1162533 or 14369518. OLE color: 14369518.

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

Color convert

RGB 238 66 219 -
CMYK 0 0.72 0.08 0.07
HSL 306.63º 0.83% 0.6% -
HSV(B) 306.63º 0.72% 0.93% -
XYZ 49.99 27.19 69.63 -
YUV 134.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 238 66 219 0 0.72 0.08 0.07 306.63 0.83 0.6
Hex EE 42 DB 0 48 8 7 133 53 3C
Octal 356 102 333 0 110 10 7 463 123 74
Binary 11101110 1000010 11011011 0 1001000 1000 111 100110011 1010011 111100

Color Harmonies of #EE42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42DB

Black with #EE42DB

Text Example


Text Example

White with #EE42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42DB; }

 p { color: rgb(238,66,219); }

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

background-color css

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

 a { background-color: rgb(238,66,219); }

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

border-color css

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

 span { border-color: rgb(238,66,219); }

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