#E780C0

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

Shades of Persian Pink #E780C0

Tints of Persian Pink #E780C0

Color information

#E780C0 (or 0xE780C0) is unknown color: approx Persian Pink. HEX triplet: E7, 80 and C0. RGB value is (231,128,192). Sum of RGB (Red+Green+Blue) = 231+128+192=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E780C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780C0 is #187F3F. Grayscale: #A5A5A5. Windows color (decimal): -1605440 or 12615911. OLE color: 12615911.

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

Color convert

RGB231128192-
CMYK00.450.170.09
HSL322.72º68.21%70.39%-
HSV(B)322.72º44.59%90.59%-
XYZ50.1936.2354.22-
YUV166.09142.62174.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=41.92%
G=23.23%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112819200.450.170.09322.7268.2170.39
HexE780C002D1191434446
Octal3472003000552111503104106
Binary111001111000000011000000010110110001100110100001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780C0; }

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

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

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

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

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

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

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

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