Html Css Color HEX #E031CC Razzle Dazzle Rose

📋 copy color: '#E031CC'

red 224 ◦ green 49 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E031CC

Tints of Razzle Dazzle Rose #E031CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 46.96%
G = 10.27%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E031CC (or 0xE031CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and CC. RGB value is (224,49,204). Sum of RGB (Red+Green+Blue) = 224+49+204=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E031CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031CC is #1FCE33. Grayscale: #767676. Windows color (decimal): -2084404 or 13382112. OLE color: 13382112.

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

Color convert

RGB 224 49 204 -
CMYK 0 0.78 0.09 0.12
HSL 306.86º 0.74% 0.54% -
HSV(B) 306.86º 0.78% 0.88% -
XYZ 42.74 22.4 59.2 -
YUV 119 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 224 49 204 0 0.78 0.09 0.12 306.86 0.74 0.54
Hex E0 31 CC 0 4E 9 C 133 4A 36
Octal 340 61 314 0 116 11 14 463 112 66
Binary 11100000 110001 11001100 0 1001110 1001 1100 100110011 1001010 110110

Color Harmonies of #E031CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031CC

Black with #E031CC

Text Example


Text Example

White with #E031CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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