#EA31D7

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

Shades of Razzle Dazzle Rose #EA31D7

Tints of Razzle Dazzle Rose #EA31D7

Color information

#EA31D7 (or 0xEA31D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 31 and D7. RGB value is (234,49,215). Sum of RGB (Red+Green+Blue) = 234+49+215=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA31D7 is #15CE28. Grayscale: #7A7A7A. Windows color (decimal): -1429033 or 14103018. OLE color: 14103018.

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

Color convert

RGB23449215-
CMYK00.790.080.08
HSL306.16º81.5%55.49%-
HSV(B)306.16º79.06%91.76%-
XYZ47.324.666.54-
YUV123.24179.79207-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 49 (19.53% from 255) = 9.84%
BLUE value IS 215 (84.38% from 255) = 43.17%
R=46.99%
G=9.84%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344921500.790.080.08306.1681.555.49
HexEA31D704F881325137
Octal352613270117101046212167
Binary111010101100011101011101001111100010001001100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31D7; }

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

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

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

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

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

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

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

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