#E181BE

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

Shades of Persian Pink #E181BE

Tints of Persian Pink #E181BE

Color information

#E181BE (or 0xE181BE) is unknown color: approx Persian Pink. HEX triplet: E1, 81 and BE. RGB value is (225,129,190). Sum of RGB (Red+Green+Blue) = 225+129+190=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BE is #1E7E41. Grayscale: #A4A4A4. Windows color (decimal): -1998402 or 12485089. OLE color: 12485089.

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

Color convert

RGB225129190-
CMYK00.430.160.12
HSL321.88º61.54%69.41%-
HSV(B)321.88º42.67%88.24%-
XYZ48.235.4353.01-
YUV164.66142.3171.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=41.36%
G=23.71%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512919000.430.160.12321.8861.5469.41
HexE181BE02B10C1423e45
Octal341201276053201450276105
Binary11100001100000011011111001010111000011001010000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181BE; }

 p { color: rgb(225,129,190); }

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

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

 a { background-color: rgb(225,129,190); }

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

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

 span { border-color: rgb(225,129,190); }

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