Html Css Color HEX #EE24DD Razzle Dazzle Rose

📋 copy color: '#EE24DD'

red 238 ◦ green 36 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE24DD

Tints of Razzle Dazzle Rose #EE24DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 48.08%
G = 7.27%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE24DD (or 0xEE24DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and DD. RGB value is (238,36,221). Sum of RGB (Red+Green+Blue) = 238+36+221=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24DD is #11DB22. Grayscale: #747474. Windows color (decimal): -1170211 or 14492910. OLE color: 14492910.

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

Color convert

RGB 238 36 221 -
CMYK 0 0.85 0.07 0.07
HSL 305.05º 0.86% 0.54% -
HSV(B) 305.05º 0.85% 0.93% -
XYZ 48.94 24.66 70.59 -
YUV 117.49 186.42 213.96 -
System Red Green Blue C M Y K H S L
Decimal 238 36 221 0 0.85 0.07 0.07 305.05 0.86 0.54
Hex EE 24 DD 0 55 7 7 131 56 36
Octal 356 44 335 0 125 7 7 461 126 66
Binary 11101110 100100 11011101 0 1010101 111 111 100110001 1010110 110110

Color Harmonies of #EE24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24DD

Black with #EE24DD

Text Example


Text Example

White with #EE24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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