#E52EDF

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

Shades of Razzle Dazzle Rose #E52EDF

Tints of Razzle Dazzle Rose #E52EDF

Color information

#E52EDF (or 0xE52EDF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2E and DF. RGB value is (229,46,223). Sum of RGB (Red+Green+Blue) = 229+46+223=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EDF is #1AD120. Grayscale: #787878. Windows color (decimal): -1757473 or 14626533. OLE color: 14626533.

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

Color convert

RGB22946223-
CMYK00.800.030.10
HSL301.97º77.87%53.92%-
HSV(B)301.97º79.91%89.8%-
XYZ46.6123.9471.98-
YUV120.9185.63205.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 46 (18.36% from 255) = 9.24%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=45.98%
G=9.24%
B=44.78%

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
Decimal2294622300.800.030.10301.9777.8753.92
HexE52EDF0503A12e4e36
Octal34556337012031245611666
Binary1110010110111011011111010100001110101001011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52EDF; }

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

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

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

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

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

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

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

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