Html Css Color HEX #E029CA Razzle Dazzle Rose

📋 copy color: '#E029CA'

red 224 ◦ green 41 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E029CA

Tints of Razzle Dazzle Rose #E029CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 47.97%
G = 8.78%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E029CA (or 0xE029CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and CA. RGB value is (224,41,202). Sum of RGB (Red+Green+Blue) = 224+41+202=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E029CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029CA is #1FD635. Grayscale: #717171. Windows color (decimal): -2086454 or 13248992. OLE color: 13248992.

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

Color convert

RGB 224 41 202 -
CMYK 0 0.82 0.10 0.12
HSL 307.21º 0.75% 0.52% -
HSV(B) 307.21º 0.82% 0.88% -
XYZ 42.19 21.7 57.84 -
YUV 114.07 177.63 206.41 -
System Red Green Blue C M Y K H S L
Decimal 224 41 202 0 0.82 0.10 0.12 307.21 0.75 0.52
Hex E0 29 CA 0 52 A C 133 4B 34
Octal 340 51 312 0 122 12 14 463 113 64
Binary 11100000 101001 11001010 0 1010010 1010 1100 100110011 1001011 110100

Color Harmonies of #E029CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029CA

Black with #E029CA

Text Example


Text Example

White with #E029CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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