#EF78B0

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

Shades of Persian Pink #EF78B0

Tints of Persian Pink #EF78B0

Color information

#EF78B0 (or 0xEF78B0) is unknown color: approx Persian Pink. HEX triplet: EF, 78 and B0. RGB value is (239,120,176). Sum of RGB (Red+Green+Blue) = 239+120+176=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF78B0 is #10874F. Grayscale: #A1A1A1. Windows color (decimal): -1083216 or 11565295. OLE color: 11565295.

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

Color convert

RGB239120176-
CMYK00.500.260.06
HSL331.76º78.81%70.39%-
HSV(B)331.76º49.79%93.73%-
XYZ50.1534.9245.17-
YUV161.96135.92182.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=44.67%
G=22.43%
B=32.90%

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
Decimal23912017600.500.260.06331.7678.8170.39
HexEF78B00321A614c4f46
Octal357170260062326514117106
Binary1110111111110001011000001100101101011010100110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78B0; }

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

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

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

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

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

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

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

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