Html Css Color HEX #EE24D9 Razzle Dazzle Rose

📋 copy color: '#EE24D9'

red 238 ◦ green 36 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EE24D9

Tints of Razzle Dazzle Rose #EE24D9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.33%

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 48.47%
G = 7.33%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE24D9 (or 0xEE24D9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and D9. RGB value is (238,36,217). Sum of RGB (Red+Green+Blue) = 238+36+217=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24D9 is #11DB26. Grayscale: #747474. Windows color (decimal): -1170215 or 14230766. OLE color: 14230766.

HSL color Cylindrical-coordinate representation of color #EE24D9: hue angle of 306.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE24D9 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 36 217 -
CMYK 0 0.85 0.09 0.07
HSL 306.24º 0.86% 0.54% -
HSV(B) 306.24º 0.85% 0.93% -
XYZ 48.42 24.45 67.81 -
YUV 117.03 184.42 214.28 -
System Red Green Blue C M Y K H S L
Decimal 238 36 217 0 0.85 0.09 0.07 306.24 0.86 0.54
Hex EE 24 D9 0 55 9 7 132 56 36
Octal 356 44 331 0 125 11 7 462 126 66
Binary 11101110 100100 11011001 0 1010101 1001 111 100110010 1010110 110110

Color Harmonies of #EE24D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24D9

Black with #EE24D9

Text Example


Text Example

White with #EE24D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24D9; }

 p { color: rgb(238,36,217); }

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

background-color css

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

 a { background-color: rgb(238,36,217); }

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

border-color css

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

 span { border-color: rgb(238,36,217); }

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