#ef74b8

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

Shades of Persian Pink #EF74B8

Tints of Persian Pink #EF74B8

Color information

#EF74B8 (or 0xEF74B8) is unknown color: approx Persian Pink. HEX triplet: EF, 74 and B8. RGB value is (239,116,184). Sum of RGB (Red+Green+Blue) = 239+116+184=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74B8 is #108B47. Grayscale: #A0A0A0. Windows color (decimal): -1084232 or 12088559. OLE color: 12088559.

HSL color Cylindrical-coordinate representation of color #EF74B8: hue angle of 326.83º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF74B8 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239116184-
CMYK00.510.230.06
HSL326.83º79.35%69.61%-
HSV(B)326.83º51.46%93.73%-
XYZ50.4934.349.31-
YUV160.53141.25183.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=44.34%
G=21.52%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911618400.510.230.06326.8379.3569.61
HexEF74B80331761474f46
Octal357164270063276507117106
Binary1110111111101001011100001100111011111010100011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef74b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef74b8; }

 p { color: rgb(239,116,184); }

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

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

 a { background-color: rgb(239,116,184); }

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

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

 span { border-color: rgb(239,116,184); }

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