#EF78B5

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

Shades of Persian Pink #EF78B5

Tints of Persian Pink #EF78B5

Color information

#EF78B5 (or 0xEF78B5) is unknown color: approx Persian Pink. HEX triplet: EF, 78 and B5. RGB value is (239,120,181). Sum of RGB (Red+Green+Blue) = 239+120+181=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78B5 is #10874A. Grayscale: #A2A2A2. Windows color (decimal): -1083211 or 11892975. OLE color: 11892975.

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

Color convert

RGB239120181-
CMYK00.500.240.06
HSL329.24º78.81%70.39%-
HSV(B)329.24º49.79%93.73%-
XYZ50.6535.1247.83-
YUV162.54138.42182.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 120 (47.27% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=44.26%
G=22.22%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912018100.500.240.06329.2478.8170.39
HexEF78B50321861494f46
Octal357170265062306511117106
Binary1110111111110001011010101100101100011010100100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78B5; }

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

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

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

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

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

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

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

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