#e53fc5

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

Shades of Razzle Dazzle Rose #E53FC5

Tints of Razzle Dazzle Rose #E53FC5

Color information

#E53FC5 (or 0xE53FC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3F and C5. RGB value is (229,63,197). Sum of RGB (Red+Green+Blue) = 229+63+197=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FC5 is #1AC03A. Grayscale: #7F7F7F. Windows color (decimal): -1753147 or 12926949. OLE color: 12926949.

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

Color convert

RGB22963197-
CMYK00.720.140.10
HSL311.57º76.15%57.25%-
HSV(B)311.57º72.49%89.8%-
XYZ44.1724.2455.17-
YUV127.91167200.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 63 (25% from 255) = 12.88%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=46.83%
G=12.88%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296319700.720.140.10311.5776.1557.25
HexE53FC5048EA1384c39
Octal345773050110161247011471
Binary111001011111111100010101001000111010101001110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53fc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53fc5; }

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

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

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

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

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

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

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

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