Html Css Color HEX #E032D1 Razzle Dazzle Rose

📋 copy color: '#E032D1'

red 224 ◦ green 50 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E032D1

Tints of Razzle Dazzle Rose #E032D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 46.38%
G = 10.35%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E032D1 (or 0xE032D1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and D1. RGB value is (224,50,209). Sum of RGB (Red+Green+Blue) = 224+50+209=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E032D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032D1 is #1FCD2E. Grayscale: #777777. Windows color (decimal): -2084143 or 13710048. OLE color: 13710048.

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

Color convert

RGB 224 50 209 -
CMYK 0 0.78 0.07 0.12
HSL 305.17º 0.74% 0.54% -
HSV(B) 305.17º 0.78% 0.88% -
XYZ 43.39 22.73 62.42 -
YUV 120.15 178.15 202.07 -
System Red Green Blue C M Y K H S L
Decimal 224 50 209 0 0.78 0.07 0.12 305.17 0.74 0.54
Hex E0 32 D1 0 4E 7 C 131 4A 36
Octal 340 62 321 0 116 7 14 461 112 66
Binary 11100000 110010 11010001 0 1001110 111 1100 100110001 1001010 110110

Color Harmonies of #E032D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032D1

Black with #E032D1

Text Example


Text Example

White with #E032D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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