Html Css Color HEX #E029DA Razzle Dazzle Rose

📋 copy color: '#E029DA'

red 224 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E029DA

Tints of Razzle Dazzle Rose #E029DA

RGB

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

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

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

R = 46.38%
G = 8.49%
B = 45.13%

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

#E029DA (or 0xE029DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and DA. RGB value is (224,41,218). Sum of RGB (Red+Green+Blue) = 224+41+218=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E029DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029DA is #1FD625. Grayscale: #737373. Windows color (decimal): -2086438 or 14297568. OLE color: 14297568.

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

Color convert

RGB 224 41 218 -
CMYK 0 0.82 0.03 0.12
HSL 301.97º 0.75% 0.52% -
HSV(B) 301.97º 0.82% 0.88% -
XYZ 44.19 22.5 68.34 -
YUV 115.9 185.63 205.11 -
System Red Green Blue C M Y K H S L
Decimal 224 41 218 0 0.82 0.03 0.12 301.97 0.75 0.52
Hex E0 29 DA 0 52 3 C 12E 4B 34
Octal 340 51 332 0 122 3 14 456 113 64
Binary 11100000 101001 11011010 0 1010010 11 1100 100101110 1001011 110100

Color Harmonies of #E029DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029DA

Black with #E029DA

Text Example


Text Example

White with #E029DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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