#E31FDB

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

Shades of Razzle Dazzle Rose #E31FDB

Tints of Razzle Dazzle Rose #E31FDB

Color information

#E31FDB (or 0xE31FDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 1F and DB. RGB value is (227,31,219). Sum of RGB (Red+Green+Blue) = 227+31+219=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDB is #1CE024. Grayscale: #6E6E6E. Windows color (decimal): -1892389 or 14360547. OLE color: 14360547.

HSL color Cylindrical-coordinate representation of color #E31FDB: hue angle of 302.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FDB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22731219-
CMYK00.860.040.11
HSL302.45º77.78%50.59%-
HSV(B)302.45º86.34%89.02%-
XYZ44.9522.4368.98-
YUV111.04188.93210.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 31 (12.5% from 255) = 6.50%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=47.59%
G=6.50%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273121900.860.040.11302.4577.7850.59
HexE31FDB0564B12e4e33
Octal34337333012641345611663
Binary1110001111111110110110101011010010111001011101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31FDB; }

 p { color: rgb(227,31,219); }

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

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

 a { background-color: rgb(227,31,219); }

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

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

 span { border-color: rgb(227,31,219); }

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