#E541BA

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

Shades of Razzle Dazzle Rose #E541BA

Tints of Razzle Dazzle Rose #E541BA

Color information

#E541BA (or 0xE541BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 41 and BA. RGB value is (229,65,186). Sum of RGB (Red+Green+Blue) = 229+65+186=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E541BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541BA is #1ABE45. Grayscale: #7F7F7F. Windows color (decimal): -1752646 or 12206565. OLE color: 12206565.

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

Color convert

RGB22965186-
CMYK00.720.190.10
HSL315.73º75.93%57.65%-
HSV(B)315.73º71.62%89.8%-
XYZ43.0723.9848.81-
YUV127.83160.83200.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 65 (25.78% from 255) = 13.54%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=47.71%
G=13.54%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296518600.720.190.10315.7375.9357.65
HexE541BA04813A13c4c3a
Octal3451012720110231247411472
Binary11100101100000110111010010010001001110101001111001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E541BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E541BA; }

 p { color: rgb(229,65,186); }

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

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

 a { background-color: rgb(229,65,186); }

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

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

 span { border-color: rgb(229,65,186); }

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