#e53fb6

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

Shades of Razzle Dazzle Rose #E53FB6

Tints of Razzle Dazzle Rose #E53FB6

Color information

#E53FB6 (or 0xE53FB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3F and B6. RGB value is (229,63,182). Sum of RGB (Red+Green+Blue) = 229+63+182=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FB6 is #1AC049. Grayscale: #7D7D7D. Windows color (decimal): -1753162 or 11943909. OLE color: 11943909.

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

Color convert

RGB22963182-
CMYK00.720.210.10
HSL316.99º76.15%57.25%-
HSV(B)316.99º72.49%89.8%-
XYZ42.5323.5946.57-
YUV126.2159.5201.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 63 (25% from 255) = 13.29%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=48.31%
G=13.29%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296318200.720.210.10316.9976.1557.25
HexE53FB604815A13d4c39
Octal345772660110251247511471
Binary1110010111111110110110010010001010110101001111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53fb6; }

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

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

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

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

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

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

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

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