#E53EBC

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

Shades of Razzle Dazzle Rose #E53EBC

Tints of Razzle Dazzle Rose #E53EBC

Color information

#E53EBC (or 0xE53EBC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3E and BC. RGB value is (229,62,188). Sum of RGB (Red+Green+Blue) = 229+62+188=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EBC is #1AC143. Grayscale: #7D7D7D. Windows color (decimal): -1753412 or 12336869. OLE color: 12336869.

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

Color convert

RGB22962188-
CMYK00.730.180.10
HSL314.73º76.26%57.06%-
HSV(B)314.73º72.93%89.8%-
XYZ43.1123.7349.89-
YUV126.3162.83201.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 62 (24.61% from 255) = 12.94%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=47.81%
G=12.94%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296218800.730.180.10314.7376.2657.06
HexE53EBC04912A13b4c39
Octal345762740111221247311471
Binary1110010111111010111100010010011001010101001110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53EBC; }

 p { color: rgb(229,62,188); }

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

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

 a { background-color: rgb(229,62,188); }

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

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

 span { border-color: rgb(229,62,188); }

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