#e135ac

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

Shades of Persian Rose #E135AC

Tints of Persian Rose #E135AC

Color information

#E135AC (or 0xE135AC) is unknown color: approx Persian Rose. HEX triplet: E1, 35 and AC. RGB value is (225,53,172). Sum of RGB (Red+Green+Blue) = 225+53+172=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E135AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135AC is #1ECA53. Grayscale: #757575. Windows color (decimal): -2017876 or 11285985. OLE color: 11285985.

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

Color convert

RGB22553172-
CMYK00.760.240.12
HSL318.49º74.14%54.51%-
HSV(B)318.49º76.44%88.24%-
XYZ39.7721.5341.09-
YUV117.99158.48204.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 11.78%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=50%
G=11.78%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255317200.760.240.12318.4974.1454.51
HexE135AC04C18C13e4a37
Octal341652540114301447611267
Binary1110000111010110101100010011001100011001001111101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e135ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e135ac; }

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

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

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

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

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

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

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

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