#EF78B1

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

Shades of Persian Pink #EF78B1

Tints of Persian Pink #EF78B1

Color information

#EF78B1 (or 0xEF78B1) is unknown color: approx Persian Pink. HEX triplet: EF, 78 and B1. RGB value is (239,120,177). Sum of RGB (Red+Green+Blue) = 239+120+177=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF78B1 is #10874E. Grayscale: #A1A1A1. Windows color (decimal): -1083215 or 11630831. OLE color: 11630831.

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

Color convert

RGB239120177-
CMYK00.500.260.06
HSL331.26º78.81%70.39%-
HSV(B)331.26º49.79%93.73%-
XYZ50.2534.9645.69-
YUV162.08136.42182.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=44.59%
G=22.39%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912017700.500.260.06331.2678.8170.39
HexEF78B10321A614b4f46
Octal357170261062326513117106
Binary1110111111110001011000101100101101011010100101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78B1; }

 p { color: rgb(239,120,177); }

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

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

 a { background-color: rgb(239,120,177); }

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

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

 span { border-color: rgb(239,120,177); }

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