Html Css Color HEX #EE42D6 Razzle Dazzle Rose

📋 copy color: '#EE42D6'

red 238 ◦ green 66 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EE42D6

Tints of Razzle Dazzle Rose #EE42D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 45.95%
G = 12.74%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE42D6 (or 0xEE42D6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 42 and D6. RGB value is (238,66,214). Sum of RGB (Red+Green+Blue) = 238+66+214=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42D6 is #11BD29. Grayscale: #858585. Windows color (decimal): -1162538 or 14041838. OLE color: 14041838.

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

Color convert

RGB 238 66 214 -
CMYK 0 0.72 0.10 0.07
HSL 308.37º 0.83% 0.6% -
HSV(B) 308.37º 0.72% 0.93% -
XYZ 49.35 26.93 66.22 -
YUV 134.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 238 66 214 0 0.72 0.10 0.07 308.37 0.83 0.6
Hex EE 42 D6 0 48 A 7 134 53 3C
Octal 356 102 326 0 110 12 7 464 123 74
Binary 11101110 1000010 11010110 0 1001000 1010 111 100110100 1010011 111100

Color Harmonies of #EE42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42D6

Black with #EE42D6

Text Example


Text Example

White with #EE42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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