Html Css Color HEX #E033C2 Razzle Dazzle Rose

📋 copy color: '#E033C2'

red 224 ◦ green 51 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E033C2

Tints of Razzle Dazzle Rose #E033C2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.87%

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 47.76%
G = 10.87%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E033C2 (or 0xE033C2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 33 and C2. RGB value is (224,51,194). Sum of RGB (Red+Green+Blue) = 224+51+194=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E033C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033C2 is #1FCC3D. Grayscale: #767676. Windows color (decimal): -2083902 or 12727264. OLE color: 12727264.

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

Color convert

RGB 224 51 194 -
CMYK 0 0.77 0.13 0.12
HSL 310.4º 0.74% 0.54% -
HSV(B) 310.4º 0.77% 0.88% -
XYZ 41.66 22.11 53.11 -
YUV 119.03 170.31 202.87 -
System Red Green Blue C M Y K H S L
Decimal 224 51 194 0 0.77 0.13 0.12 310.4 0.74 0.54
Hex E0 33 C2 0 4D D C 136 4A 36
Octal 340 63 302 0 115 15 14 466 112 66
Binary 11100000 110011 11000010 0 1001101 1101 1100 100110110 1001010 110110

Color Harmonies of #E033C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033C2

Black with #E033C2

Text Example


Text Example

White with #E033C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033C2; }

 p { color: rgb(224,51,194); }

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

background-color css

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

 a { background-color: rgb(224,51,194); }

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

border-color css

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

 span { border-color: rgb(224,51,194); }

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