#E281BD

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

Shades of Persian Pink #E281BD

Tints of Persian Pink #E281BD

Color information

#E281BD (or 0xE281BD) is unknown color: approx Persian Pink. HEX triplet: E2, 81 and BD. RGB value is (226,129,189). Sum of RGB (Red+Green+Blue) = 226+129+189=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E281BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281BD is #1D7E42. Grayscale: #A4A4A4. Windows color (decimal): -1932867 or 12419554. OLE color: 12419554.

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

Color convert

RGB226129189-
CMYK00.430.160.11
HSL322.89º62.58%69.61%-
HSV(B)322.89º42.92%88.63%-
XYZ48.435.5452.45-
YUV164.84141.64171.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=41.54%
G=23.71%
B=34.74%

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
Decimal22612918900.430.160.11322.8962.5869.61
HexE281BD02B10B1433f46
Octal342201275053201350377106
Binary11100010100000011011110101010111000010111010000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281BD; }

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

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

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

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

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

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

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

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