#EF76C1

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

Shades of Persian Pink #EF76C1

Tints of Persian Pink #EF76C1

Color information

#EF76C1 (or 0xEF76C1) is unknown color: approx Persian Pink. HEX triplet: EF, 76 and C1. RGB value is (239,118,193). Sum of RGB (Red+Green+Blue) = 239+118+193=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76C1 is #10893E. Grayscale: #A2A2A2. Windows color (decimal): -1083711 or 12678895. OLE color: 12678895.

HSL color Cylindrical-coordinate representation of color #EF76C1: hue angle of 322.81º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF76C1 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239118193-
CMYK00.510.190.06
HSL322.81º79.08%70%-
HSV(B)322.81º50.63%93.73%-
XYZ51.735.1654.51-
YUV162.73145.09182.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 118 (46.48% from 255) = 21.45%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=43.45%
G=21.45%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911819300.510.190.06322.8179.0870
HexEF76C10331361434f46
Octal357166301063236503117106
Binary1110111111101101100000101100111001111010100001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF76C1; }

 p { color: rgb(239,118,193); }

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

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

 a { background-color: rgb(239,118,193); }

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

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

 span { border-color: rgb(239,118,193); }

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