#E53BB6

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

Shades of Razzle Dazzle Rose #E53BB6

Tints of Razzle Dazzle Rose #E53BB6

Color information

#E53BB6 (or 0xE53BB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3B and B6. RGB value is (229,59,182). Sum of RGB (Red+Green+Blue) = 229+59+182=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BB6 is #1AC449. Grayscale: #7B7B7B. Windows color (decimal): -1754186 or 11942885. OLE color: 11942885.

HSL color Cylindrical-coordinate representation of color #E53BB6: hue angle of 316.59º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BB6 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB22959182-
CMYK00.740.210.10
HSL316.59º76.58%56.47%-
HSV(B)316.59º74.24%89.8%-
XYZ42.3223.1646.5-
YUV123.85160.82203-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 59 (23.44% from 255) = 12.55%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=48.72%
G=12.55%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295918200.740.210.10316.5976.5856.47
HexE53BB604A15A13d4d38
Octal345732660112251247511570
Binary1110010111101110110110010010101010110101001111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53BB6; }

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

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

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

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

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

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

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

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