Html Css Color HEX #E029CE Razzle Dazzle Rose

📋 copy color: '#E029CE'

red 224 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E029CE

Tints of Razzle Dazzle Rose #E029CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 47.56%
G = 8.7%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E029CE (or 0xE029CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and CE. RGB value is (224,41,206). Sum of RGB (Red+Green+Blue) = 224+41+206=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E029CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029CE is #1FD631. Grayscale: #727272. Windows color (decimal): -2086450 or 13511136. OLE color: 13511136.

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

Color convert

RGB 224 41 206 -
CMYK 0 0.82 0.08 0.12
HSL 305.9º 0.75% 0.52% -
HSV(B) 305.9º 0.82% 0.88% -
XYZ 42.67 21.89 60.37 -
YUV 114.53 179.63 206.08 -
System Red Green Blue C M Y K H S L
Decimal 224 41 206 0 0.82 0.08 0.12 305.9 0.75 0.52
Hex E0 29 CE 0 52 8 C 132 4B 34
Octal 340 51 316 0 122 10 14 462 113 64
Binary 11100000 101001 11001110 0 1010010 1000 1100 100110010 1001011 110100

Color Harmonies of #E029CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029CE

Black with #E029CE

Text Example


Text Example

White with #E029CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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