Html Css Color HEX #EE24C5 Razzle Dazzle Rose

📋 copy color: '#EE24C5'

red 238 ◦ green 36 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EE24C5

Tints of Razzle Dazzle Rose #EE24C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 50.53%
G = 7.64%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE24C5 (or 0xEE24C5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 24 and C5. RGB value is (238,36,197). Sum of RGB (Red+Green+Blue) = 238+36+197=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24C5 is #11DB3A. Grayscale: #727272. Windows color (decimal): -1170235 or 12920046. OLE color: 12920046.

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

Color convert

RGB 238 36 197 -
CMYK 0 0.85 0.17 0.07
HSL 312.18º 0.86% 0.54% -
HSV(B) 312.18º 0.85% 0.93% -
XYZ 45.97 23.47 54.93 -
YUV 114.75 174.42 215.91 -
System Red Green Blue C M Y K H S L
Decimal 238 36 197 0 0.85 0.17 0.07 312.18 0.86 0.54
Hex EE 24 C5 0 55 11 7 138 56 36
Octal 356 44 305 0 125 21 7 470 126 66
Binary 11101110 100100 11000101 0 1010101 10001 111 100111000 1010110 110110

Color Harmonies of #EE24C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24C5

Black with #EE24C5

Text Example


Text Example

White with #EE24C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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