#EF7AB3

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

Shades of Persian Pink #EF7AB3

Tints of Persian Pink #EF7AB3

Color information

#EF7AB3 (or 0xEF7AB3) is unknown color: approx Persian Pink. HEX triplet: EF, 7A and B3. RGB value is (239,122,179). Sum of RGB (Red+Green+Blue) = 239+122+179=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AB3 is #10854C. Grayscale: #A3A3A3. Windows color (decimal): -1082701 or 11762415. OLE color: 11762415.

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

Color convert

RGB239122179-
CMYK00.490.250.06
HSL330.77º78.52%70.78%-
HSV(B)330.77º48.95%93.73%-
XYZ50.6935.5246.83-
YUV163.48136.76181.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=44.26%
G=22.59%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912217900.490.250.06330.7778.5270.78
HexEF7AB303119614b4f47
Octal357172263061316513117107
Binary1110111111110101011001101100011100111010100101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AB3; }

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

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

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

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

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

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

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

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