Html Css Color HEX #E02CCC Razzle Dazzle Rose

📋 copy color: '#E02CCC'

red 224 ◦ green 44 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E02CCC

Tints of Razzle Dazzle Rose #E02CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

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

R = 47.46%
G = 9.32%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E02CCC (or 0xE02CCC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and CC. RGB value is (224,44,204). Sum of RGB (Red+Green+Blue) = 224+44+204=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CCC is #1FD333. Grayscale: #737373. Windows color (decimal): -2085684 or 13380832. OLE color: 13380832.

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

Color convert

RGB 224 44 204 -
CMYK 0 0.80 0.09 0.12
HSL 306.67º 0.74% 0.53% -
HSV(B) 306.67º 0.8% 0.88% -
XYZ 42.54 22.01 59.13 -
YUV 116.06 177.63 204.99 -
System Red Green Blue C M Y K H S L
Decimal 224 44 204 0 0.80 0.09 0.12 306.67 0.74 0.53
Hex E0 2C CC 0 50 9 C 133 4A 35
Octal 340 54 314 0 120 11 14 463 112 65
Binary 11100000 101100 11001100 0 1010000 1001 1100 100110011 1001010 110101

Color Harmonies of #E02CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02CCC

Black with #E02CCC

Text Example


Text Example

White with #E02CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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