#EF76C4

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

Shades of Persian Pink #EF76C4

Tints of Persian Pink #EF76C4

Color information

#EF76C4 (or 0xEF76C4) is unknown color: approx Persian Pink. HEX triplet: EF, 76 and C4. RGB value is (239,118,196). Sum of RGB (Red+Green+Blue) = 239+118+196=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76C4 is #10893B. Grayscale: #A2A2A2. Windows color (decimal): -1083708 or 12875503. OLE color: 12875503.

HSL color Cylindrical-coordinate representation of color #EF76C4: hue angle of 321.32º 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 #EF76C4 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239118196-
CMYK00.510.180.06
HSL321.32º79.08%70%-
HSV(B)321.32º50.63%93.73%-
XYZ52.0435.2956.29-
YUV163.07146.59182.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=43.22%
G=21.34%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911819600.510.180.06321.3279.0870
HexEF76C40331261414f46
Octal357166304063226501117106
Binary1110111111101101100010001100111001011010100000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF76C4; }

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

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

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

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

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

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

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

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