#EA31D6

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

Shades of Razzle Dazzle Rose #EA31D6

Tints of Razzle Dazzle Rose #EA31D6

Color information

#EA31D6 (or 0xEA31D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 31 and D6. RGB value is (234,49,214). Sum of RGB (Red+Green+Blue) = 234+49+214=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA31D6 is #15CE29. Grayscale: #7A7A7A. Windows color (decimal): -1429034 or 14037482. OLE color: 14037482.

HSL color Cylindrical-coordinate representation of color #EA31D6: hue angle of 306.49º 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 #EA31D6 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23449214-
CMYK00.790.090.08
HSL306.49º81.5%55.49%-
HSV(B)306.49º79.06%91.76%-
XYZ47.1724.5465.87-
YUV123.12179.29207.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 49 (19.53% from 255) = 9.86%
BLUE value IS 214 (83.98% from 255) = 43.06%
R=47.08%
G=9.86%
B=43.06%

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
Decimal2344921400.790.090.08306.4981.555.49
HexEA31D604F981325137
Octal352613260117111046212167
Binary111010101100011101011001001111100110001001100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31D6; }

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

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

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

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

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

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

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

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