#EF91E0

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

Shades of Pale Magenta #EF91E0

Tints of Pale Magenta #EF91E0

Color information

#EF91E0 (or 0xEF91E0) is unknown color: approx Pale Magenta. HEX triplet: EF, 91 and E0. RGB value is (239,145,224). Sum of RGB (Red+Green+Blue) = 239+145+224=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91E0 is #106E1F. Grayscale: #B5B5B5. Windows color (decimal): -1076768 or 14717423. OLE color: 14717423.

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

Color convert

RGB239145224-
CMYK00.390.060.06
HSL309.57º74.6%75.29%-
HSV(B)309.57º39.33%93.73%-
XYZ59.1843.9875.89-
YUV182.11151.64168.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=39.31%
G=23.85%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914522400.390.060.06309.5774.675.29
HexEF91E0027661364b4b
Octal35722134004766466113113
Binary111011111001000111100000010011111011010011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91E0; }

 p { color: rgb(239,145,224); }

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

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

 a { background-color: rgb(239,145,224); }

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

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

 span { border-color: rgb(239,145,224); }

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