#E031B5

Color #E031B5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E031B5

Tints of Razzle Dazzle Rose #E031B5

Color information

#E031B5 (or 0xE031B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 31 and B5. RGB value is (224,49,181). Sum of RGB (Red+Green+Blue) = 224+49+181=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E031B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031B5 is #1FCE4A. Grayscale: #747474. Windows color (decimal): -2084427 or 11874784. OLE color: 11874784.

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

Color convert

RGB22449181-
CMYK00.780.190.12
HSL314.74º73.84%53.53%-
HSV(B)314.74º78.12%87.84%-
XYZ40.1821.3845.73-
YUV116.37164.48204.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.34%
GREEN value IS 49 (19.53% from 255) = 10.79%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=49.34%
G=10.79%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244918100.780.190.12314.7473.8453.53
HexE031B504E13C13b4a36
Octal340612650116231447311266
Binary1110000011000110110101010011101001111001001110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E031B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E031B5; }

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

 H1.HeaderClassName
 {
   color: #E031B5;
 }
 .AnyTagClassName
 {
   color: #E031B5;
 }
</style>
background-color css

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

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

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

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

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

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