#E781B4

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

Shades of Persian Pink #E781B4

Tints of Persian Pink #E781B4

Color information

#E781B4 (or 0xE781B4) is unknown color: approx Persian Pink. HEX triplet: E7, 81 and B4. RGB value is (231,129,180). Sum of RGB (Red+Green+Blue) = 231+129+180=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E781B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781B4 is #187E4B. Grayscale: #A5A5A5. Windows color (decimal): -1605196 or 11829735. OLE color: 11829735.

HSL color Cylindrical-coordinate representation of color #E781B4: hue angle of 330º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E781B4 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231129180-
CMYK00.440.220.09
HSL330º68%70.59%-
HSV(B)330º44.16%90.59%-
XYZ49.0435.9847.54-
YUV165.31136.29174.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.78%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=42.78%
G=23.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112918000.440.220.093306870.59
HexE781B402C16914a4447
Octal3472012640542611512104107
Binary111001111000000110110100010110010110100110100101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781B4; }

 p { color: rgb(231,129,180); }

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

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

 a { background-color: rgb(231,129,180); }

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

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

 span { border-color: rgb(231,129,180); }

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