#E139B2

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

Shades of Persian Rose #E139B2

Tints of Persian Rose #E139B2

Color information

#E139B2 (or 0xE139B2) is unknown color: approx Persian Rose. HEX triplet: E1, 39 and B2. RGB value is (225,57,178). Sum of RGB (Red+Green+Blue) = 225+57+178=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E139B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139B2 is #1EC64D. Grayscale: #787878. Windows color (decimal): -2016846 or 11680225. OLE color: 11680225.

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

Color convert

RGB22557178-
CMYK00.750.210.12
HSL316.79º73.68%55.29%-
HSV(B)316.79º74.67%88.24%-
XYZ40.5522.1544.26-
YUV121.03160.16202.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 57 (22.66% from 255) = 12.39%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=48.91%
G=12.39%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255717800.750.210.12316.7973.6855.29
HexE139B204B15C13d4a37
Octal341712620113251447511267
Binary1110000111100110110010010010111010111001001111011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E139B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E139B2; }

 p { color: rgb(225,57,178); }

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

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

 a { background-color: rgb(225,57,178); }

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

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

 span { border-color: rgb(225,57,178); }

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