Html Css Color HEX #E031B6 Razzle Dazzle Rose

📋 copy color: '#E031B6'

red 224 ◦ green 49 ◦ blue 182

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

Shades of Razzle Dazzle Rose #E031B6

Tints of Razzle Dazzle Rose #E031B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40%

R = 49.23%
G = 10.77%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E031B6 (or 0xE031B6) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and B6. RGB value is (224,49,182). Sum of RGB (Red+Green+Blue) = 224+49+182=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E031B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031B6 is #1FCE49. Grayscale: #747474. Windows color (decimal): -2084426 or 11940320. OLE color: 11940320.

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

Color convert

RGB 224 49 182 -
CMYK 0 0.78 0.19 0.12
HSL 314.4º 0.74% 0.54% -
HSV(B) 314.4º 0.78% 0.88% -
XYZ 40.28 21.42 46.27 -
YUV 116.49 164.98 204.69 -
System Red Green Blue C M Y K H S L
Decimal 224 49 182 0 0.78 0.19 0.12 314.4 0.74 0.54
Hex E0 31 B6 0 4E 13 C 13A 4A 36
Octal 340 61 266 0 116 23 14 472 112 66
Binary 11100000 110001 10110110 0 1001110 10011 1100 100111010 1001010 110110

Color Harmonies of #E031B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031B6

Black with #E031B6

Text Example


Text Example

White with #E031B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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