#EF73C0

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

Shades of Persian Pink #EF73C0

Tints of Persian Pink #EF73C0

Color information

#EF73C0 (or 0xEF73C0) is unknown color: approx Persian Pink. HEX triplet: EF, 73 and C0. RGB value is (239,115,192). Sum of RGB (Red+Green+Blue) = 239+115+192=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73C0 is #108C3F. Grayscale: #A0A0A0. Windows color (decimal): -1084480 or 12612591. OLE color: 12612591.

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

Color convert

RGB239115192-
CMYK00.520.200.06
HSL322.74º79.49%69.41%-
HSV(B)322.74º51.88%93.73%-
XYZ51.2434.4253.81-
YUV160.85145.58183.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 115 (45.31% from 255) = 21.06%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=43.77%
G=21.06%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911519200.520.200.06322.7479.4969.41
HexEF73C00341461434f45
Octal357163300064246503117105
Binary1110111111100111100000001101001010011010100001110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF73C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF73C0; }

 p { color: rgb(239,115,192); }

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

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

 a { background-color: rgb(239,115,192); }

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

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

 span { border-color: rgb(239,115,192); }

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