Html Css Color HEX #E029D9 Razzle Dazzle Rose

📋 copy color: '#E029D9'

red 224 ◦ green 41 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E029D9

Tints of Razzle Dazzle Rose #E029D9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.51%

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

R = 46.47%
G = 8.51%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E029D9 (or 0xE029D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and D9. RGB value is (224,41,217). Sum of RGB (Red+Green+Blue) = 224+41+217=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E029D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029D9 is #1FD626. Grayscale: #737373. Windows color (decimal): -2086439 or 14232032. OLE color: 14232032.

HSL color Cylindrical-coordinate representation of color #E029D9: hue angle of 302.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E029D9 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 41 217 -
CMYK 0 0.82 0.03 0.12
HSL 302.3º 0.75% 0.52% -
HSV(B) 302.3º 0.82% 0.88% -
XYZ 44.06 22.44 67.66 -
YUV 115.78 185.13 205.19 -
System Red Green Blue C M Y K H S L
Decimal 224 41 217 0 0.82 0.03 0.12 302.3 0.75 0.52
Hex E0 29 D9 0 52 3 C 12E 4B 34
Octal 340 51 331 0 122 3 14 456 113 64
Binary 11100000 101001 11011001 0 1010010 11 1100 100101110 1001011 110100

Color Harmonies of #E029D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029D9

Black with #E029D9

Text Example


Text Example

White with #E029D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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