#e545c0

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

Shades of Razzle Dazzle Rose #E545C0

Tints of Razzle Dazzle Rose #E545C0

Color information

#E545C0 (or 0xE545C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 45 and C0. RGB value is (229,69,192). Sum of RGB (Red+Green+Blue) = 229+69+192=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E545C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545C0 is #1ABA3F. Grayscale: #828282. Windows color (decimal): -1751616 or 12600805. OLE color: 12600805.

HSL color Cylindrical-coordinate representation of color #E545C0: hue angle of 313.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545C0 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB22969192-
CMYK00.700.160.10
HSL313.88º75.47%58.43%-
HSV(B)313.88º69.87%89.8%-
XYZ43.9624.7252.32-
YUV130.86162.51198-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.73%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=46.73%
G=14.08%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296919200.700.160.10313.8875.4758.43
HexE545C004610A13a4b3a
Octal3451053000106201247211372
Binary11100101100010111000000010001101000010101001110101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e545c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e545c0; }

 p { color: rgb(229,69,192); }

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

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

 a { background-color: rgb(229,69,192); }

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

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

 span { border-color: rgb(229,69,192); }

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