#EF7AC3

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

Shades of Persian Pink #EF7AC3

Tints of Persian Pink #EF7AC3

Color information

#EF7AC3 (or 0xEF7AC3) is unknown color: approx Persian Pink. HEX triplet: EF, 7A and C3. RGB value is (239,122,195). Sum of RGB (Red+Green+Blue) = 239+122+195=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AC3 is #10853C. Grayscale: #A5A5A5. Windows color (decimal): -1082685 or 12810991. OLE color: 12810991.

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

Color convert

RGB239122195-
CMYK00.490.180.06
HSL322.56º78.52%70.78%-
HSV(B)322.56º48.95%93.73%-
XYZ52.4136.2155.86-
YUV165.3144.76180.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 122 (48.05% from 255) = 21.94%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=42.99%
G=21.94%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912219500.490.180.06322.5678.5270.78
HexEF7AC30311261434f47
Octal357172303061226503117107
Binary1110111111110101100001101100011001011010100001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AC3; }

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

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

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

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

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

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

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

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