#EF96E7

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

Shades of Pale Magenta #EF96E7

Tints of Pale Magenta #EF96E7

Color information

#EF96E7 (or 0xEF96E7) is unknown color: approx Pale Magenta. HEX triplet: EF, 96 and E7. RGB value is (239,150,231). Sum of RGB (Red+Green+Blue) = 239+150+231=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96E7 is #106918. Grayscale: #B9B9B9. Windows color (decimal): -1075481 or 15177455. OLE color: 15177455.

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

Color convert

RGB239150231-
CMYK00.370.030.06
HSL305.39º73.55%76.27%-
HSV(B)305.39º37.24%93.73%-
XYZ60.9345.9381.26-
YUV185.84153.49165.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 150 (58.98% from 255) = 24.19%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=38.55%
G=24.19%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915023100.370.030.06305.3973.5576.27
HexEF96E7025361314a4c
Octal35722634704536461112114
Binary11101111100101101110011101001011111010011000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96E7; }

 p { color: rgb(239,150,231); }

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

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

 a { background-color: rgb(239,150,231); }

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

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

 span { border-color: rgb(239,150,231); }

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