Html Css Color HEX #E031D9 Razzle Dazzle Rose

📋 copy color: '#E031D9'

red 224 ◦ green 49 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E031D9

Tints of Razzle Dazzle Rose #E031D9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10%

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 45.71%
G = 10%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E031D9 (or 0xE031D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and D9. RGB value is (224,49,217). Sum of RGB (Red+Green+Blue) = 224+49+217=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E031D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031D9 is #1FCE26. Grayscale: #777777. Windows color (decimal): -2084391 or 14234080. OLE color: 14234080.

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

Color convert

RGB 224 49 217 -
CMYK 0 0.78 0.03 0.12
HSL 302.4º 0.74% 0.54% -
HSV(B) 302.4º 0.78% 0.88% -
XYZ 44.36 23.05 67.76 -
YUV 120.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 224 49 217 0 0.78 0.03 0.12 302.4 0.74 0.54
Hex E0 31 D9 0 4E 3 C 12E 4A 36
Octal 340 61 331 0 116 3 14 456 112 66
Binary 11100000 110001 11011001 0 1001110 11 1100 100101110 1001010 110110

Color Harmonies of #E031D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031D9

Black with #E031D9

Text Example


Text Example

White with #E031D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031D9; }

 p { color: rgb(224,49,217); }

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

background-color css

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

 a { background-color: rgb(224,49,217); }

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

border-color css

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

 span { border-color: rgb(224,49,217); }

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