#E15CAC

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

Shades of Brilliant Rose #E15CAC

Tints of Brilliant Rose #E15CAC

Color information

#E15CAC (or 0xE15CAC) is unknown color: approx Brilliant Rose. HEX triplet: E1, 5C and AC. RGB value is (225,92,172). Sum of RGB (Red+Green+Blue) = 225+92+172=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CAC is #1EA353. Grayscale: #8C8C8C. Windows color (decimal): -2007892 or 11295969. OLE color: 11295969.

HSL color Cylindrical-coordinate representation of color #E15CAC: hue angle of 323.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CAC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22592172-
CMYK00.590.240.12
HSL323.91º68.91%62.16%-
HSV(B)323.91º59.11%88.24%-
XYZ42.3226.6441.94-
YUV140.89145.56188-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=46.01%
G=18.81%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259217200.590.240.12323.9168.9162.16
HexE15CAC03B18C144453e
Octal341134254073301450410576
Binary1110000110111001010110001110111100011001010001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CAC; }

 p { color: rgb(225,92,172); }

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

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

 a { background-color: rgb(225,92,172); }

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

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

 span { border-color: rgb(225,92,172); }

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