#E780BB

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

Shades of Persian Pink #E780BB

Tints of Persian Pink #E780BB

Color information

#E780BB (or 0xE780BB) is unknown color: approx Persian Pink. HEX triplet: E7, 80 and BB. RGB value is (231,128,187). Sum of RGB (Red+Green+Blue) = 231+128+187=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E780BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780BB is #187F44. Grayscale: #A5A5A5. Windows color (decimal): -1605445 or 12288231. OLE color: 12288231.

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

Color convert

RGB231128187-
CMYK00.450.190.09
HSL325.63º68.21%70.39%-
HSV(B)325.63º44.59%90.59%-
XYZ49.6436.0251.35-
YUV165.52140.12174.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=42.31%
G=23.44%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112818700.450.190.09325.6368.2170.39
HexE780BB02D1391464446
Octal3472002730552311506104106
Binary111001111000000010111011010110110011100110100011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780BB; }

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

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

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

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

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

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

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

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