#E780BE

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

Shades of Persian Pink #E780BE

Tints of Persian Pink #E780BE

Color information

#E780BE (or 0xE780BE) is unknown color: approx Persian Pink. HEX triplet: E7, 80 and BE. RGB value is (231,128,190). Sum of RGB (Red+Green+Blue) = 231+128+190=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E780BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780BE is #187F41. Grayscale: #A5A5A5. Windows color (decimal): -1605442 or 12484839. OLE color: 12484839.

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

Color convert

RGB231128190-
CMYK00.450.180.09
HSL323.88º68.21%70.39%-
HSV(B)323.88º44.59%90.59%-
XYZ49.9736.1453.06-
YUV165.86141.62174.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=42.08%
G=23.32%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112819000.450.180.09323.8868.2170.39
HexE780BE02D1291444446
Octal3472002760552211504104106
Binary111001111000000010111110010110110010100110100010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780BE; }

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

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

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

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

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

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

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

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