#E51ED6

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

Shades of Razzle Dazzle Rose #E51ED6

Tints of Razzle Dazzle Rose #E51ED6

Color information

#E51ED6 (or 0xE51ED6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 1E and D6. RGB value is (229,30,214). Sum of RGB (Red+Green+Blue) = 229+30+214=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ED6 is #1AE129. Grayscale: #6D6D6D. Windows color (decimal): -1761578 or 14032613. OLE color: 14032613.

HSL color Cylindrical-coordinate representation of color #E51ED6: hue angle of 304.52º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51ED6 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB22930214-
CMYK00.870.070.10
HSL304.52º79.28%50.78%-
HSV(B)304.52º86.9%89.8%-
XYZ44.9122.4465.58-
YUV110.48186.43212.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 30 (12.11% from 255) = 6.34%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=48.41%
G=6.34%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293021400.870.070.10304.5279.2850.78
HexE51ED60577A1314f33
Octal34536326012771246111763
Binary1110010111110110101100101011111110101001100011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51ED6; }

 p { color: rgb(229,30,214); }

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

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

 a { background-color: rgb(229,30,214); }

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

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

 span { border-color: rgb(229,30,214); }

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