#EF7EAF

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

Shades of Persian Pink #EF7EAF

Tints of Persian Pink #EF7EAF

Color information

#EF7EAF (or 0xEF7EAF) is unknown color: approx Persian Pink. HEX triplet: EF, 7E and AF. RGB value is (239,126,175). Sum of RGB (Red+Green+Blue) = 239+126+175=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7EAF is #108150. Grayscale: #A5A5A5. Windows color (decimal): -1081681 or 11501295. OLE color: 11501295.

HSL color Cylindrical-coordinate representation of color #EF7EAF: hue angle of 333.98º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EAF is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239126175-
CMYK00.470.270.06
HSL333.98º77.93%71.57%-
HSV(B)333.98º47.28%93.73%-
XYZ50.836.3744.9-
YUV165.37133.44180.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=44.26%
G=23.33%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912617500.470.270.06333.9877.9371.57
HexEF7EAF02F1B614e4e48
Octal357176257057336516116110
Binary1110111111111101010111101011111101111010100111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EAF; }

 p { color: rgb(239,126,175); }

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

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

 a { background-color: rgb(239,126,175); }

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

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

 span { border-color: rgb(239,126,175); }

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