#EF73D7

Color #EF73D7 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EF73D7

Tints of Pale Magenta #EF73D7

Color information

#EF73D7 (or 0xEF73D7) is unknown color: approx Pale Magenta. HEX triplet: EF, 73 and D7. RGB value is (239,115,215). Sum of RGB (Red+Green+Blue) = 239+115+215=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73D7 is #108C28. Grayscale: #A3A3A3. Windows color (decimal): -1084457 or 14119919. OLE color: 14119919.

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

Color convert

RGB239115215-
CMYK00.520.100.06
HSL311.61º79.49%69.41%-
HSV(B)311.61º51.88%93.73%-
XYZ53.9935.5268.3-
YUV163.48157.08181.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 115 (45.31% from 255) = 20.21%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=42.00%
G=20.21%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911521500.520.100.06311.6179.4969.41
HexEF73D7034A61384f45
Octal357163327064126470117105
Binary111011111110011110101110110100101011010011100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF73D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF73D7; }

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

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

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

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

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

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

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

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