Html Css Color HEX #EE24EA Razzle Dazzle Rose

📋 copy color: '#EE24EA'

red 238 ◦ green 36 ◦ blue 234

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

Shades of Razzle Dazzle Rose #EE24EA

Tints of Razzle Dazzle Rose #EE24EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 46.85%
G = 7.09%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE24EA (or 0xEE24EA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and EA. RGB value is (238,36,234). Sum of RGB (Red+Green+Blue) = 238+36+234=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE24EA is #11DB15. Grayscale: #767676. Windows color (decimal): -1170198 or 15344878. OLE color: 15344878.

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

Color convert

RGB 238 36 234 -
CMYK 0 0.85 0.02 0.07
HSL 301.19º 0.86% 0.54% -
HSV(B) 301.19º 0.85% 0.93% -
XYZ 50.74 25.38 80.07 -
YUV 118.97 192.92 212.9 -
System Red Green Blue C M Y K H S L
Decimal 238 36 234 0 0.85 0.02 0.07 301.19 0.86 0.54
Hex EE 24 EA 0 55 2 7 12D 56 36
Octal 356 44 352 0 125 2 7 455 126 66
Binary 11101110 100100 11101010 0 1010101 10 111 100101101 1010110 110110

Color Harmonies of #EE24EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24EA

Black with #EE24EA

Text Example


Text Example

White with #EE24EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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