#EA31D5

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

Shades of Razzle Dazzle Rose #EA31D5

Tints of Razzle Dazzle Rose #EA31D5

Color information

#EA31D5 (or 0xEA31D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 31 and D5. RGB value is (234,49,213). Sum of RGB (Red+Green+Blue) = 234+49+213=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA31D5 is #15CE2A. Grayscale: #7A7A7A. Windows color (decimal): -1429035 or 13971946. OLE color: 13971946.

HSL color Cylindrical-coordinate representation of color #EA31D5: hue angle of 306.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA31D5 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23449213-
CMYK00.790.090.08
HSL306.81º81.5%55.49%-
HSV(B)306.81º79.06%91.76%-
XYZ47.0424.4965.2-
YUV123.01178.79207.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 49 (19.53% from 255) = 9.88%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=47.18%
G=9.88%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344921300.790.090.08306.8181.555.49
HexEA31D504F981335137
Octal352613250117111046312167
Binary111010101100011101010101001111100110001001100111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31D5; }

 p { color: rgb(234,49,213); }

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

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

 a { background-color: rgb(234,49,213); }

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

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

 span { border-color: rgb(234,49,213); }

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