#E281BA

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

Shades of Persian Pink #E281BA

Tints of Persian Pink #E281BA

Color information

#E281BA (or 0xE281BA) is unknown color: approx Persian Pink. HEX triplet: E2, 81 and BA. RGB value is (226,129,186). Sum of RGB (Red+Green+Blue) = 226+129+186=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E281BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281BA is #1D7E45. Grayscale: #A4A4A4. Windows color (decimal): -1932870 or 12222946. OLE color: 12222946.

HSL color Cylindrical-coordinate representation of color #E281BA: hue angle of 324.74º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E281BA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226129186-
CMYK00.430.180.11
HSL324.74º62.58%69.61%-
HSV(B)324.74º42.92%88.63%-
XYZ48.0835.4150.76-
YUV164.5140.14171.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=41.77%
G=23.84%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612918600.430.180.11324.7462.5869.61
HexE281BA02B12B1453f46
Octal342201272053221350577106
Binary11100010100000011011101001010111001010111010001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281BA; }

 p { color: rgb(226,129,186); }

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

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

 a { background-color: rgb(226,129,186); }

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

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

 span { border-color: rgb(226,129,186); }

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