#EF78B7

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

Shades of Persian Pink #EF78B7

Tints of Persian Pink #EF78B7

Color information

#EF78B7 (or 0xEF78B7) is unknown color: approx Persian Pink. HEX triplet: EF, 78 and B7. RGB value is (239,120,183). Sum of RGB (Red+Green+Blue) = 239+120+183=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78B7 is #108748. Grayscale: #A2A2A2. Windows color (decimal): -1083209 or 12024047. OLE color: 12024047.

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

Color convert

RGB239120183-
CMYK00.500.230.06
HSL328.24º78.81%70.39%-
HSV(B)328.24º49.79%93.73%-
XYZ50.8635.248.91-
YUV162.76139.42182.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 120 (47.27% from 255) = 22.14%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=44.10%
G=22.14%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912018300.500.230.06328.2478.8170.39
HexEF78B70321761484f46
Octal357170267062276510117106
Binary1110111111110001011011101100101011111010100100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78B7; }

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

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

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

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

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

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

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

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