Html Css Color HEX #E032CD Razzle Dazzle Rose

📋 copy color: '#E032CD'

red 224 ◦ green 50 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E032CD

Tints of Razzle Dazzle Rose #E032CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 46.76%
G = 10.44%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E032CD (or 0xE032CD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and CD. RGB value is (224,50,205). Sum of RGB (Red+Green+Blue) = 224+50+205=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E032CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032CD is #1FCD32. Grayscale: #777777. Windows color (decimal): -2084147 or 13447904. OLE color: 13447904.

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

Color convert

RGB 224 50 205 -
CMYK 0 0.78 0.08 0.12
HSL 306.55º 0.74% 0.54% -
HSV(B) 306.55º 0.78% 0.88% -
XYZ 42.9 22.54 59.85 -
YUV 119.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 224 50 205 0 0.78 0.08 0.12 306.55 0.74 0.54
Hex E0 32 CD 0 4E 8 C 133 4A 36
Octal 340 62 315 0 116 10 14 463 112 66
Binary 11100000 110010 11001101 0 1001110 1000 1100 100110011 1001010 110110

Color Harmonies of #E032CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032CD

Black with #E032CD

Text Example


Text Example

White with #E032CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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