#E53BBB

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

Shades of Razzle Dazzle Rose #E53BBB

Tints of Razzle Dazzle Rose #E53BBB

Color information

#E53BBB (or 0xE53BBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3B and BB. RGB value is (229,59,187). Sum of RGB (Red+Green+Blue) = 229+59+187=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BBB is #1AC444. Grayscale: #7C7C7C. Windows color (decimal): -1754181 or 12270565. OLE color: 12270565.

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

Color convert

RGB22959187-
CMYK00.740.180.10
HSL314.82º76.58%56.47%-
HSV(B)314.82º74.24%89.8%-
XYZ42.8523.3749.27-
YUV124.42163.32202.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 59 (23.44% from 255) = 12.42%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=48.21%
G=12.42%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295918700.740.180.10314.8276.5856.47
HexE53BBB04A12A13b4d38
Octal345732730112221247311570
Binary1110010111101110111011010010101001010101001110111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53BBB; }

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

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

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

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

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

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

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

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