#E53ACA

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

Shades of Razzle Dazzle Rose #E53ACA

Tints of Razzle Dazzle Rose #E53ACA

Color information

#E53ACA (or 0xE53ACA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 3A and CA. RGB value is (229,58,202). Sum of RGB (Red+Green+Blue) = 229+58+202=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ACA is #1AC535. Grayscale: #7D7D7D. Windows color (decimal): -1754422 or 13253349. OLE color: 13253349.

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

Color convert

RGB22958202-
CMYK00.750.120.10
HSL309.47º76.68%56.27%-
HSV(B)309.47º74.67%89.8%-
XYZ44.4923.9558.15-
YUV125.54171.15201.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=46.83%
G=11.86%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295820200.750.120.10309.4776.6856.27
HexE53ACA04BCA1354d38
Octal345723120113141246511570
Binary111001011110101100101001001011110010101001101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53ACA; }

 p { color: rgb(229,58,202); }

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

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

 a { background-color: rgb(229,58,202); }

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

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

 span { border-color: rgb(229,58,202); }

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