#E52FD8

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

Shades of Razzle Dazzle Rose #E52FD8

Tints of Razzle Dazzle Rose #E52FD8

Color information

#E52FD8 (or 0xE52FD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2F and D8. RGB value is (229,47,216). Sum of RGB (Red+Green+Blue) = 229+47+216=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FD8 is #1AD027. Grayscale: #787878. Windows color (decimal): -1757224 or 14168037. OLE color: 14168037.

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

Color convert

RGB22947216-
CMYK00.790.060.10
HSL304.29º77.78%54.12%-
HSV(B)304.29º79.48%89.8%-
XYZ45.7223.6567.12-
YUV120.68181.8205.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 47 (18.75% from 255) = 9.55%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=46.54%
G=9.55%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294721600.790.060.10304.2977.7854.12
HexE52FD804F6A1304e36
Octal34557330011761246011666
Binary11100101101111110110000100111111010101001100001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52FD8; }

 p { color: rgb(229,47,216); }

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

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

 a { background-color: rgb(229,47,216); }

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

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

 span { border-color: rgb(229,47,216); }

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