#E281BE

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

Shades of Persian Pink #E281BE

Tints of Persian Pink #E281BE

Color information

#E281BE (or 0xE281BE) is unknown color: approx Persian Pink. HEX triplet: E2, 81 and BE. RGB value is (226,129,190). Sum of RGB (Red+Green+Blue) = 226+129+190=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E281BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281BE is #1D7E41. Grayscale: #A4A4A4. Windows color (decimal): -1932866 or 12485090. OLE color: 12485090.

HSL color Cylindrical-coordinate representation of color #E281BE: hue angle of 322.27º 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 #E281BE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226129190-
CMYK00.430.160.11
HSL322.27º62.58%69.61%-
HSV(B)322.27º42.92%88.63%-
XYZ48.5135.5953.03-
YUV164.96142.14171.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=41.47%
G=23.67%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612919000.430.160.11322.2762.5869.61
HexE281BE02B10B1423f46
Octal342201276053201350277106
Binary11100010100000011011111001010111000010111010000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281BE; }

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

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

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

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

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

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

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

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