#EF78B4

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

Shades of Persian Pink #EF78B4

Tints of Persian Pink #EF78B4

Color information

#EF78B4 (or 0xEF78B4) is unknown color: approx Persian Pink. HEX triplet: EF, 78 and B4. RGB value is (239,120,180). Sum of RGB (Red+Green+Blue) = 239+120+180=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78B4 is #10874B. Grayscale: #A2A2A2. Windows color (decimal): -1083212 or 11827439. OLE color: 11827439.

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

Color convert

RGB239120180-
CMYK00.500.250.06
HSL329.75º78.81%70.39%-
HSV(B)329.75º49.79%93.73%-
XYZ50.5535.0847.29-
YUV162.42137.92182.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=44.34%
G=22.26%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912018000.500.250.06329.7578.8170.39
HexEF78B403219614a4f46
Octal357170264062316512117106
Binary1110111111110001011010001100101100111010100101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78B4; }

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

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

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

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

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

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

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

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