Html Css Color HEX #E024CC Razzle Dazzle Rose

📋 copy color: '#E024CC'

red 224 ◦ green 36 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E024CC

Tints of Razzle Dazzle Rose #E024CC

RGB

 RED value IS 224 (87.89% from 255) = 48.28%

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 48.28%
G = 7.76%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E024CC (or 0xE024CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and CC. RGB value is (224,36,204). Sum of RGB (Red+Green+Blue) = 224+36+204=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E024CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024CC is #1FDB33. Grayscale: #6E6E6E. Windows color (decimal): -2087732 or 13378784. OLE color: 13378784.

HSL color Cylindrical-coordinate representation of color #E024CC: hue angle of 306.38º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024CC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 204 -
CMYK 0 0.84 0.09 0.12
HSL 306.38º 0.75% 0.51% -
HSV(B) 306.38º 0.84% 0.88% -
XYZ 42.27 21.47 59.04 -
YUV 111.36 180.28 208.34 -
System Red Green Blue C M Y K H S L
Decimal 224 36 204 0 0.84 0.09 0.12 306.38 0.75 0.51
Hex E0 24 CC 0 54 9 C 132 4B 33
Octal 340 44 314 0 124 11 14 462 113 63
Binary 11100000 100100 11001100 0 1010100 1001 1100 100110010 1001011 110011

Color Harmonies of #E024CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024CC

Black with #E024CC

Text Example


Text Example

White with #E024CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024CC; }

 p { color: rgb(224,36,204); }

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

background-color css

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

 a { background-color: rgb(224,36,204); }

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

border-color css

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

 span { border-color: rgb(224,36,204); }

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