#E541C2

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

Shades of Razzle Dazzle Rose #E541C2

Tints of Razzle Dazzle Rose #E541C2

Color information

#E541C2 (or 0xE541C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 41 and C2. RGB value is (229,65,194). Sum of RGB (Red+Green+Blue) = 229+65+194=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E541C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541C2 is #1ABE3D. Grayscale: #808080. Windows color (decimal): -1752638 or 12730853. OLE color: 12730853.

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

Color convert

RGB22965194-
CMYK00.720.150.10
HSL312.8º75.93%57.65%-
HSV(B)312.8º71.62%89.8%-
XYZ43.9424.3353.42-
YUV128.74164.83199.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.93%
GREEN value IS 65 (25.78% from 255) = 13.32%
BLUE value IS 194 (76.17% from 255) = 39.75%
R=46.93%
G=13.32%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296519400.720.150.10312.875.9357.65
HexE541C2048FA1394c3a
Octal3451013020110171247111472
Binary1110010110000011100001001001000111110101001110011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E541C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E541C2; }

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

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

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

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

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

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

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

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