#E780B1

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

Shades of Persian Pink #E780B1

Tints of Persian Pink #E780B1

Color information

#E780B1 (or 0xE780B1) is unknown color: approx Persian Pink. HEX triplet: E7, 80 and B1. RGB value is (231,128,177). Sum of RGB (Red+Green+Blue) = 231+128+177=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E780B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780B1 is #187F4E. Grayscale: #A4A4A4. Windows color (decimal): -1605455 or 11632871. OLE color: 11632871.

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

Color convert

RGB231128177-
CMYK00.450.230.09
HSL331.46º68.21%70.39%-
HSV(B)331.46º44.59%90.59%-
XYZ48.6135.645.9-
YUV164.38135.12175.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.10%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=43.10%
G=23.88%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112817700.450.230.09331.4668.2170.39
HexE780B102D17914b4446
Octal3472002610552711513104106
Binary111001111000000010110001010110110111100110100101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780B1; }

 p { color: rgb(231,128,177); }

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

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

 a { background-color: rgb(231,128,177); }

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

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

 span { border-color: rgb(231,128,177); }

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