#E128AB

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

Shades of Persian Rose #E128AB

Tints of Persian Rose #E128AB

Color information

#E128AB (or 0xE128AB) is unknown color: approx Persian Rose. HEX triplet: E1, 28 and AB. RGB value is (225,40,171). Sum of RGB (Red+Green+Blue) = 225+40+171=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E128AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128AB is #1ED754. Grayscale: #6D6D6D. Windows color (decimal): -2021205 or 11217121. OLE color: 11217121.

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

Color convert

RGB22540171-
CMYK00.820.240.12
HSL317.51º75.51%51.96%-
HSV(B)317.51º82.22%88.24%-
XYZ39.1620.4740.41-
YUV110.25162.29209.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 40 (16.02% from 255) = 9.17%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=51.61%
G=9.17%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254017100.820.240.12317.5175.5151.96
HexE128AB05218C13e4c34
Octal341502530122301447611464
Binary1110000110100010101011010100101100011001001111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E128AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E128AB; }

 p { color: rgb(225,40,171); }

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

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

 a { background-color: rgb(225,40,171); }

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

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

 span { border-color: rgb(225,40,171); }

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