#E128A6

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

Shades of Persian Rose #E128A6

Tints of Persian Rose #E128A6

Color information

#E128A6 (or 0xE128A6) is unknown color: approx Persian Rose. HEX triplet: E1, 28 and A6. RGB value is (225,40,166). Sum of RGB (Red+Green+Blue) = 225+40+166=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E128A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128A6 is #1ED759. Grayscale: #6D6D6D. Windows color (decimal): -2021210 or 10889441. OLE color: 10889441.

HSL color Cylindrical-coordinate representation of color #E128A6: hue angle of 319.14º 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 #E128A6 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22540166-
CMYK00.820.260.12
HSL319.14º75.51%51.96%-
HSV(B)319.14º82.22%88.24%-
XYZ38.6920.2837.95-
YUV109.68159.79210.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 40 (16.02% from 255) = 9.28%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=52.20%
G=9.28%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254016600.820.260.12319.1475.5151.96
HexE128A60521AC13f4c34
Octal341502460122321447711464
Binary1110000110100010100110010100101101011001001111111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E128A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E128A6; }

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

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

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

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

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

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

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

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