#E31FDA

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

Shades of Razzle Dazzle Rose #E31FDA

Tints of Razzle Dazzle Rose #E31FDA

Color information

#E31FDA (or 0xE31FDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 1F and DA. RGB value is (227,31,218). Sum of RGB (Red+Green+Blue) = 227+31+218=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDA is #1CE025. Grayscale: #6E6E6E. Windows color (decimal): -1892390 or 14295011. OLE color: 14295011.

HSL color Cylindrical-coordinate representation of color #E31FDA: hue angle of 302.76º 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 #E31FDA is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22731218-
CMYK00.860.040.11
HSL302.76º77.78%50.59%-
HSV(B)302.76º86.34%89.02%-
XYZ44.8222.3768.29-
YUV110.92188.43210.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 31 (12.5% from 255) = 6.51%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=47.69%
G=6.51%
B=45.80%

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
Decimal2273121800.860.040.11302.7677.7850.59
HexE31FDA0564B12f4e33
Octal34337332012641345711663
Binary1110001111111110110100101011010010111001011111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31FDA; }

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

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

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

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

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

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

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

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