#EF78B2

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

Shades of Persian Pink #EF78B2

Tints of Persian Pink #EF78B2

Color information

#EF78B2 (or 0xEF78B2) is unknown color: approx Persian Pink. HEX triplet: EF, 78 and B2. RGB value is (239,120,178). Sum of RGB (Red+Green+Blue) = 239+120+178=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF78B2 is #10874D. Grayscale: #A2A2A2. Windows color (decimal): -1083214 or 11696367. OLE color: 11696367.

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

Color convert

RGB239120178-
CMYK00.500.260.06
HSL330.76º78.81%70.39%-
HSV(B)330.76º49.79%93.73%-
XYZ50.353546.22-
YUV162.19136.92182.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=44.51%
G=22.35%
B=33.15%

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
Decimal23912017800.500.260.06330.7678.8170.39
HexEF78B20321A614b4f46
Octal357170262062326513117106
Binary1110111111110001011001001100101101011010100101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78B2; }

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

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

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

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

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

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

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

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