Html Css Color HEX #E032CA Razzle Dazzle Rose

📋 copy color: '#E032CA'

red 224 ◦ green 50 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E032CA

Tints of Razzle Dazzle Rose #E032CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 47.06%
G = 10.5%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E032CA (or 0xE032CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and CA. RGB value is (224,50,202). Sum of RGB (Red+Green+Blue) = 224+50+202=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E032CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032CA is #1FCD35. Grayscale: #767676. Windows color (decimal): -2084150 or 13251296. OLE color: 13251296.

HSL color Cylindrical-coordinate representation of color #E032CA: hue angle of 307.59º 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 #E032CA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 202 -
CMYK 0 0.78 0.10 0.12
HSL 307.59º 0.74% 0.54% -
HSV(B) 307.59º 0.78% 0.88% -
XYZ 42.54 22.39 57.96 -
YUV 119.35 174.65 202.64 -
System Red Green Blue C M Y K H S L
Decimal 224 50 202 0 0.78 0.10 0.12 307.59 0.74 0.54
Hex E0 32 CA 0 4E A C 134 4A 36
Octal 340 62 312 0 116 12 14 464 112 66
Binary 11100000 110010 11001010 0 1001110 1010 1100 100110100 1001010 110110

Color Harmonies of #E032CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032CA

Black with #E032CA

Text Example


Text Example

White with #E032CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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