Html Css Color HEX #E031CA Razzle Dazzle Rose

📋 copy color: '#E031CA'

red 224 ◦ green 49 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E031CA

Tints of Razzle Dazzle Rose #E031CA

RGB

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

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

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

R = 47.16%
G = 10.32%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E031CA (or 0xE031CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and CA. RGB value is (224,49,202). Sum of RGB (Red+Green+Blue) = 224+49+202=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E031CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031CA is #1FCE35. Grayscale: #767676. Windows color (decimal): -2084406 or 13251040. OLE color: 13251040.

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

Color convert

RGB 224 49 202 -
CMYK 0 0.78 0.10 0.12
HSL 307.54º 0.74% 0.54% -
HSV(B) 307.54º 0.78% 0.88% -
XYZ 42.5 22.31 57.94 -
YUV 118.77 174.98 203.06 -
System Red Green Blue C M Y K H S L
Decimal 224 49 202 0 0.78 0.10 0.12 307.54 0.74 0.54
Hex E0 31 CA 0 4E A C 134 4A 36
Octal 340 61 312 0 116 12 14 464 112 66
Binary 11100000 110001 11001010 0 1001110 1010 1100 100110100 1001010 110110

Color Harmonies of #E031CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031CA

Black with #E031CA

Text Example


Text Example

White with #E031CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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