#E53FC8

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

Shades of Razzle Dazzle Rose #E53FC8

Tints of Razzle Dazzle Rose #E53FC8

Color information

#E53FC8 (or 0xE53FC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3F and C8. RGB value is (229,63,200). Sum of RGB (Red+Green+Blue) = 229+63+200=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FC8 is #1AC037. Grayscale: #7F7F7F. Windows color (decimal): -1753144 or 13123557. OLE color: 13123557.

HSL color Cylindrical-coordinate representation of color #E53FC8: hue angle of 310.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FC8 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB22963200-
CMYK00.720.130.10
HSL310.48º76.15%57.25%-
HSV(B)310.48º72.49%89.8%-
XYZ44.5224.3857-
YUV128.25168.5199.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 63 (25% from 255) = 12.80%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=46.54%
G=12.80%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296320000.720.130.10310.4876.1557.25
HexE53FC8048DA1364c39
Octal345773100110151246611471
Binary111001011111111100100001001000110110101001101101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53FC8; }

 p { color: rgb(229,63,200); }

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

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

 a { background-color: rgb(229,63,200); }

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

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

 span { border-color: rgb(229,63,200); }

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