#EB79C7

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

Shades of Persian Pink #EB79C7

Tints of Persian Pink #EB79C7

Color information

#EB79C7 (or 0xEB79C7) is unknown color: approx Persian Pink. HEX triplet: EB, 79 and C7. RGB value is (235,121,199). Sum of RGB (Red+Green+Blue) = 235+121+199=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79C7 is #148638. Grayscale: #A3A3A3. Windows color (decimal): -1345081 or 13072875. OLE color: 13072875.

HSL color Cylindrical-coordinate representation of color #EB79C7: hue angle of 318.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB79C7 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235121199-
CMYK00.490.150.08
HSL318.95º74.03%69.8%-
HSV(B)318.95º48.51%92.16%-
XYZ51.4135.4658.17-
YUV163.98147.77178.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 121 (47.66% from 255) = 21.80%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=42.34%
G=21.80%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512119900.490.150.08318.9574.0369.8
HexEB79C7031F813f4a46
Octal3531713070611710477112106
Binary1110101111110011100011101100011111100010011111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB79C7; }

 p { color: rgb(235,121,199); }

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

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

 a { background-color: rgb(235,121,199); }

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

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

 span { border-color: rgb(235,121,199); }

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