Html Css Color HEX #E032DD Razzle Dazzle Rose

📋 copy color: '#E032DD'

red 224 ◦ green 50 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E032DD

Tints of Razzle Dazzle Rose #E032DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 45.25%
G = 10.1%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E032DD (or 0xE032DD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and DD. RGB value is (224,50,221). Sum of RGB (Red+Green+Blue) = 224+50+221=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E032DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032DD is #1FCD22. Grayscale: #797979. Windows color (decimal): -2084131 or 14496480. OLE color: 14496480.

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

Color convert

RGB 224 50 221 -
CMYK 0 0.78 0.01 0.12
HSL 301.03º 0.74% 0.54% -
HSV(B) 301.03º 0.78% 0.88% -
XYZ 44.93 23.35 70.55 -
YUV 121.52 184.15 201.1 -
System Red Green Blue C M Y K H S L
Decimal 224 50 221 0 0.78 0.01 0.12 301.03 0.74 0.54
Hex E0 32 DD 0 4E 1 C 12D 4A 36
Octal 340 62 335 0 116 1 14 455 112 66
Binary 11100000 110010 11011101 0 1001110 1 1100 100101101 1001010 110110

Color Harmonies of #E032DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032DD

Black with #E032DD

Text Example


Text Example

White with #E032DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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