#E774C0

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

Shades of Persian Pink #E774C0

Tints of Persian Pink #E774C0

Color information

#E774C0 (or 0xE774C0) is unknown color: approx Persian Pink. HEX triplet: E7, 74 and C0. RGB value is (231,116,192). Sum of RGB (Red+Green+Blue) = 231+116+192=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E774C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774C0 is #188B3F. Grayscale: #9E9E9E. Windows color (decimal): -1608512 or 12612839. OLE color: 12612839.

HSL color Cylindrical-coordinate representation of color #E774C0: hue angle of 320.35º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774C0 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231116192-
CMYK00.500.170.09
HSL320.35º70.55%68.04%-
HSV(B)320.35º49.78%90.59%-
XYZ48.7133.2953.73-
YUV159.05146.6179.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=42.86%
G=21.52%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111619200.500.170.09320.3570.5568.04
HexE774C00321191404744
Octal3471643000622111500107104
Binary11100111111010011000000011001010001100110100000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774C0; }

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

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

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

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

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

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

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

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