#EF90DA

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

Shades of Pale Magenta #EF90DA

Tints of Pale Magenta #EF90DA

Color information

#EF90DA (or 0xEF90DA) is unknown color: approx Pale Magenta. HEX triplet: EF, 90 and DA. RGB value is (239,144,218). Sum of RGB (Red+Green+Blue) = 239+144+218=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90DA is #106F25. Grayscale: #B4B4B4. Windows color (decimal): -1077030 or 14323951. OLE color: 14323951.

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

Color convert

RGB239144218-
CMYK00.400.090.06
HSL313.26º74.8%75.1%-
HSV(B)313.26º39.75%93.73%-
XYZ58.2243.3671.63-
YUV180.84148.97169.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=39.77%
G=23.96%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914421800.400.090.06313.2674.875.1
HexEF90DA028961394b4b
Octal357220332050116471113113
Binary1110111110010000110110100101000100111010011100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90DA; }

 p { color: rgb(239,144,218); }

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

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

 a { background-color: rgb(239,144,218); }

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

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

 span { border-color: rgb(239,144,218); }

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