Html Css Color HEX #EF89E0 Pale Magenta

📋 copy color: '#EF89E0'

red 239 ◦ green 137 ◦ blue 224

#EF89E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EF89E0

Tints of Pale Magenta #EF89E0

RGB

 RED value IS 239 (93.75% from 255) = 39.83%

 GREEN value IS 137 (53.91% from 255) = 22.83%

 BLUE value IS 224 (87.89% from 255) = 37.33%

R = 39.83%
G = 22.83%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF89E0 (or 0xEF89E0) is known color: Pale Magenta. HEX triplet: EF, 89 and E0. RGB value is (239,137,224). Sum of RGB (Red+Green+Blue) = 239+137+224=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89E0 is #10761F. Grayscale: #B1B1B1. Windows color (decimal): -1078816 or 14715375. OLE color: 14715375.

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

Color convert

RGB 239 137 224 -
CMYK 0 0.43 0.06 0.06
HSL 308.82º 0.76% 0.74% -
HSV(B) 308.82º 0.43% 0.94% -
XYZ 58 41.62 75.5 -
YUV 177.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 239 137 224 0 0.43 0.06 0.06 308.82 0.76 0.74
Hex EF 89 E0 0 2B 6 6 135 4C 4A
Octal 357 211 340 0 53 6 6 465 114 112
Binary 11101111 10001001 11100000 0 101011 110 110 100110101 1001100 1001010

Color Harmonies of #EF89E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89E0

Black with #EF89E0

Text Example


Text Example

White with #EF89E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89E0; }

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

 H1.HeaderClassName
 {
   color: #EF89E0;
 }
 .AnyTagClassName
 {
   color: #EF89E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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