#E51ED5

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

Shades of Razzle Dazzle Rose #E51ED5

Tints of Razzle Dazzle Rose #E51ED5

Color information

#E51ED5 (or 0xE51ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 1E and D5. RGB value is (229,30,213). Sum of RGB (Red+Green+Blue) = 229+30+213=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ED5 is #1AE12A. Grayscale: #6D6D6D. Windows color (decimal): -1761579 or 13967077. OLE color: 13967077.

HSL color Cylindrical-coordinate representation of color #E51ED5: hue angle of 304.82º 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 #E51ED5 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB22930213-
CMYK00.870.070.10
HSL304.82º79.28%50.78%-
HSV(B)304.82º86.9%89.8%-
XYZ44.7922.3964.91-
YUV110.36185.93212.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 30 (12.11% from 255) = 6.36%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=48.52%
G=6.36%
B=45.13%

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
Decimal2293021300.870.070.10304.8279.2850.78
HexE51ED50577A1314f33
Octal34536325012771246111763
Binary1110010111110110101010101011111110101001100011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51ED5; }

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

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

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

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

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

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

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

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