#EF7AB2

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

Shades of Persian Pink #EF7AB2

Tints of Persian Pink #EF7AB2

Color information

#EF7AB2 (or 0xEF7AB2) is unknown color: approx Persian Pink. HEX triplet: EF, 7A and B2. RGB value is (239,122,178). Sum of RGB (Red+Green+Blue) = 239+122+178=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7AB2 is #10854D. Grayscale: #A3A3A3. Windows color (decimal): -1082702 or 11696879. OLE color: 11696879.

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

Color convert

RGB239122178-
CMYK00.490.260.06
HSL331.28º78.52%70.78%-
HSV(B)331.28º48.95%93.73%-
XYZ50.5935.4846.3-
YUV163.37136.26181.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=44.34%
G=22.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912217800.490.260.06331.2878.5270.78
HexEF7AB20311A614b4f47
Octal357172262061326513117107
Binary1110111111110101011001001100011101011010100101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AB2; }

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

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

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

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

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

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

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

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