Html Css Color HEX #E032CC Razzle Dazzle Rose

📋 copy color: '#E032CC'

red 224 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E032CC

Tints of Razzle Dazzle Rose #E032CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.46%

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

R = 46.86%
G = 10.46%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E032CC (or 0xE032CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and CC. RGB value is (224,50,204). Sum of RGB (Red+Green+Blue) = 224+50+204=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E032CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032CC is #1FCD33. Grayscale: #777777. Windows color (decimal): -2084148 or 13382368. OLE color: 13382368.

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

Color convert

RGB 224 50 204 -
CMYK 0 0.78 0.09 0.12
HSL 306.9º 0.74% 0.54% -
HSV(B) 306.9º 0.78% 0.88% -
XYZ 42.78 22.49 59.21 -
YUV 119.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 224 50 204 0 0.78 0.09 0.12 306.9 0.74 0.54
Hex E0 32 CC 0 4E 9 C 133 4A 36
Octal 340 62 314 0 116 11 14 463 112 66
Binary 11100000 110010 11001100 0 1001110 1001 1100 100110011 1001010 110110

Color Harmonies of #E032CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032CC

Black with #E032CC

Text Example


Text Example

White with #E032CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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