#E780AF

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

Shades of Persian Pink #E780AF

Tints of Persian Pink #E780AF

Color information

#E780AF (or 0xE780AF) is unknown color: approx Persian Pink. HEX triplet: E7, 80 and AF. RGB value is (231,128,175). Sum of RGB (Red+Green+Blue) = 231+128+175=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E780AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780AF is #187F50. Grayscale: #A4A4A4. Windows color (decimal): -1605457 or 11501799. OLE color: 11501799.

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

Color convert

RGB231128175-
CMYK00.450.240.09
HSL332.62º68.21%70.39%-
HSV(B)332.62º44.59%90.59%-
XYZ48.4135.5244.86-
YUV164.15134.12175.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=43.26%
G=23.97%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112817500.450.240.09332.6268.2170.39
HexE780AF02D18914d4446
Octal3472002570553011515104106
Binary111001111000000010101111010110111000100110100110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780AF; }

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

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

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

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

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

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

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

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