#E52FE4

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

Shades of Razzle Dazzle Rose #E52FE4

Tints of Razzle Dazzle Rose #E52FE4

Color information

#E52FE4 (or 0xE52FE4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2F and E4. RGB value is (229,47,228). Sum of RGB (Red+Green+Blue) = 229+47+228=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FE4 is #1AD01B. Grayscale: #797979. Windows color (decimal): -1757212 or 14954469. OLE color: 14954469.

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

Color convert

RGB22947228-
CMYK00.790.000.10
HSL300.33º77.78%54.12%-
HSV(B)300.33º79.48%89.8%-
XYZ47.3324.2975.59-
YUV122.05187.8204.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 47 (18.75% from 255) = 9.33%
BLUE value IS 228 (89.45% from 255) = 45.24%
R=45.44%
G=9.33%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294722800.790.000.10300.3377.7854.12
HexE52FE404F0A12c4e36
Octal34557344011701245411666
Binary111001011011111110010001001111010101001011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52FE4; }

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

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

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

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

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

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

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

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