#E52EDE

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

Shades of Razzle Dazzle Rose #E52EDE

Tints of Razzle Dazzle Rose #E52EDE

Color information

#E52EDE (or 0xE52EDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2E and DE. RGB value is (229,46,222). Sum of RGB (Red+Green+Blue) = 229+46+222=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EDE is #1AD121. Grayscale: #787878. Windows color (decimal): -1757474 or 14560997. OLE color: 14560997.

HSL color Cylindrical-coordinate representation of color #E52EDE: hue angle of 302.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52EDE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB22946222-
CMYK00.800.030.10
HSL302.3º77.87%53.92%-
HSV(B)302.3º79.91%89.8%-
XYZ46.4723.8971.27-
YUV120.78185.13205.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 46 (18.36% from 255) = 9.26%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=46.08%
G=9.26%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294622200.800.030.10302.377.8753.92
HexE52EDE0503A12e4e36
Octal34556336012031245611666
Binary1110010110111011011110010100001110101001011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52EDE; }

 p { color: rgb(229,46,222); }

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

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

 a { background-color: rgb(229,46,222); }

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

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

 span { border-color: rgb(229,46,222); }

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