#EB79C3

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

Shades of Persian Pink #EB79C3

Tints of Persian Pink #EB79C3

Color information

#EB79C3 (or 0xEB79C3) is unknown color: approx Persian Pink. HEX triplet: EB, 79 and C3. RGB value is (235,121,195). Sum of RGB (Red+Green+Blue) = 235+121+195=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79C3 is #14863C. Grayscale: #A3A3A3. Windows color (decimal): -1345085 or 12810731. OLE color: 12810731.

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

Color convert

RGB235121195-
CMYK00.490.170.08
HSL321.05º74.03%69.8%-
HSV(B)321.05º48.51%92.16%-
XYZ50.9535.2855.75-
YUV163.52145.77178.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=42.65%
G=21.96%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512119500.490.170.08321.0574.0369.8
HexEB79C30311181414a46
Octal3531713030612110501112106
Binary11101011111100111000011011000110001100010100000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB79C3; }

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

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

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

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

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

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

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

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