Html Css Color HEX #EE42CC Razzle Dazzle Rose

📋 copy color: '#EE42CC'

red 238 ◦ green 66 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EE42CC

Tints of Razzle Dazzle Rose #EE42CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 46.85%
G = 12.99%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE42CC (or 0xEE42CC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 42 and CC. RGB value is (238,66,204). Sum of RGB (Red+Green+Blue) = 238+66+204=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42CC is #11BD33. Grayscale: #848484. Windows color (decimal): -1162548 or 13386478. OLE color: 13386478.

HSL color Cylindrical-coordinate representation of color #EE42CC: hue angle of 311.86º 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 #EE42CC is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 204 -
CMYK 0 0.72 0.14 0.07
HSL 311.86º 0.83% 0.6% -
HSV(B) 311.86º 0.72% 0.93% -
XYZ 48.11 26.43 59.69 -
YUV 133.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 238 66 204 0 0.72 0.14 0.07 311.86 0.83 0.6
Hex EE 42 CC 0 48 E 7 138 53 3C
Octal 356 102 314 0 110 16 7 470 123 74
Binary 11101110 1000010 11001100 0 1001000 1110 111 100111000 1010011 111100

Color Harmonies of #EE42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42CC

Black with #EE42CC

Text Example


Text Example

White with #EE42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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