#E52EE0

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

Shades of Razzle Dazzle Rose #E52EE0

Tints of Razzle Dazzle Rose #E52EE0

Color information

#E52EE0 (or 0xE52EE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2E and E0. RGB value is (229,46,224). Sum of RGB (Red+Green+Blue) = 229+46+224=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EE0 is #1AD11F. Grayscale: #787878. Windows color (decimal): -1757472 or 14692069. OLE color: 14692069.

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

Color convert

RGB22946224-
CMYK00.800.020.10
HSL301.64º77.87%53.92%-
HSV(B)301.64º79.91%89.8%-
XYZ46.7423.9972.69-
YUV121.01186.13205.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 46 (18.36% from 255) = 9.22%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=45.89%
G=9.22%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294622400.800.020.10301.6477.8753.92
HexE52EE00502A12e4e36
Octal34556340012021245611666
Binary1110010110111011100000010100001010101001011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52EE0; }

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

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

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

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

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

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

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

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