#e53fc0

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

Shades of Razzle Dazzle Rose #E53FC0

Tints of Razzle Dazzle Rose #E53FC0

Color information

#E53FC0 (or 0xE53FC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3F and C0. RGB value is (229,63,192). Sum of RGB (Red+Green+Blue) = 229+63+192=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FC0 is #1AC03F. Grayscale: #7E7E7E. Windows color (decimal): -1753152 or 12599269. OLE color: 12599269.

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

Color convert

RGB22963192-
CMYK00.720.160.10
HSL313.37º76.15%57.25%-
HSV(B)313.37º72.49%89.8%-
XYZ43.6124.0252.21-
YUV127.34164.5200.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 63 (25% from 255) = 13.02%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=47.31%
G=13.02%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296319200.720.160.10313.3776.1557.25
HexE53FC004810A1394c39
Octal345773000110201247111471
Binary1110010111111111000000010010001000010101001110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53fc0; }

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

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

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

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

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

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

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

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