Html Css Color HEX #E031DA Razzle Dazzle Rose

📋 copy color: '#E031DA'

red 224 ◦ green 49 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E031DA

Tints of Razzle Dazzle Rose #E031DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 45.62%
G = 9.98%
B = 44.4%

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

#E031DA (or 0xE031DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and DA. RGB value is (224,49,218). Sum of RGB (Red+Green+Blue) = 224+49+218=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E031DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031DA is #1FCE25. Grayscale: #787878. Windows color (decimal): -2084390 or 14299616. OLE color: 14299616.

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

Color convert

RGB 224 49 218 -
CMYK 0 0.78 0.03 0.12
HSL 302.06º 0.74% 0.54% -
HSV(B) 302.06º 0.78% 0.88% -
XYZ 44.49 23.11 68.44 -
YUV 120.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 224 49 218 0 0.78 0.03 0.12 302.06 0.74 0.54
Hex E0 31 DA 0 4E 3 C 12E 4A 36
Octal 340 61 332 0 116 3 14 456 112 66
Binary 11100000 110001 11011010 0 1001110 11 1100 100101110 1001010 110110

Color Harmonies of #E031DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031DA

Black with #E031DA

Text Example


Text Example

White with #E031DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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