#E51EDA

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

Shades of Razzle Dazzle Rose #E51EDA

Tints of Razzle Dazzle Rose #E51EDA

Color information

#E51EDA (or 0xE51EDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 1E and DA. RGB value is (229,30,218). Sum of RGB (Red+Green+Blue) = 229+30+218=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EDA is #1AE125. Grayscale: #6E6E6E. Windows color (decimal): -1761574 or 14294757. OLE color: 14294757.

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

Color convert

RGB22930218-
CMYK00.870.050.10
HSL303.32º79.28%50.78%-
HSV(B)303.32º86.9%89.8%-
XYZ45.4322.6568.31-
YUV110.93188.43212.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 30 (12.11% from 255) = 6.29%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=48.01%
G=6.29%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293021800.870.050.10303.3279.2850.78
HexE51EDA0575A12f4f33
Octal34536332012751245711763
Binary1110010111110110110100101011110110101001011111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51EDA; }

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

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

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

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

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

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

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

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