#E781BD

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

Shades of Persian Pink #E781BD

Tints of Persian Pink #E781BD

Color information

#E781BD (or 0xE781BD) is unknown color: approx Persian Pink. HEX triplet: E7, 81 and BD. RGB value is (231,129,189). Sum of RGB (Red+Green+Blue) = 231+129+189=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E781BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781BD is #187E42. Grayscale: #A6A6A6. Windows color (decimal): -1605187 or 12419559. OLE color: 12419559.

HSL color Cylindrical-coordinate representation of color #E781BD: hue angle of 324.71º 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 #E781BD is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231129189-
CMYK00.440.180.09
HSL324.71º68%70.59%-
HSV(B)324.71º44.16%90.59%-
XYZ49.9936.3652.53-
YUV166.34140.79174.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=42.08%
G=23.50%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112918900.440.180.09324.716870.59
HexE781BD02C1291454447
Octal3472012750542211505104107
Binary111001111000000110111101010110010010100110100010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781BD; }

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

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

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

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

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

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

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

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