#EF7BDA

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

Shades of Pale Magenta #EF7BDA

Tints of Pale Magenta #EF7BDA

Color information

#EF7BDA (or 0xEF7BDA) is unknown color: approx Pale Magenta. HEX triplet: EF, 7B and DA. RGB value is (239,123,218). Sum of RGB (Red+Green+Blue) = 239+123+218=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BDA is #108425. Grayscale: #A8A8A8. Windows color (decimal): -1082406 or 14318575. OLE color: 14318575.

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

Color convert

RGB239123218-
CMYK00.490.090.06
HSL310.86º78.38%70.98%-
HSV(B)310.86º48.54%93.73%-
XYZ55.3337.5870.67-
YUV168.51155.93178.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 123 (48.44% from 255) = 21.21%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=41.21%
G=21.21%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912321800.490.090.06310.8678.3870.98
HexEF7BDA031961374e47
Octal357173332061116467116107
Binary111011111111011110110100110001100111010011011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BDA; }

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

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

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

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

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

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

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

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