Html Css Color HEX #EF89E5 Pale Magenta

📋 copy color: '#EF89E5'

red 239 ◦ green 137 ◦ blue 229

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

Shades of Pale Magenta #EF89E5

Tints of Pale Magenta #EF89E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 39.5%
G = 22.64%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF89E5 (or 0xEF89E5) is known color: Pale Magenta. HEX triplet: EF, 89 and E5. RGB value is (239,137,229). Sum of RGB (Red+Green+Blue) = 239+137+229=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89E5 is #10761A. Grayscale: #B1B1B1. Windows color (decimal): -1078811 or 15043055. OLE color: 15043055.

HSL color Cylindrical-coordinate representation of color #EF89E5: hue angle of 305.88º 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 #EF89E5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 137 229 -
CMYK 0 0.43 0.04 0.06
HSL 305.88º 0.76% 0.74% -
HSV(B) 305.88º 0.43% 0.94% -
XYZ 58.69 41.9 79.12 -
YUV 177.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 239 137 229 0 0.43 0.04 0.06 305.88 0.76 0.74
Hex EF 89 E5 0 2B 4 6 132 4C 4A
Octal 357 211 345 0 53 4 6 462 114 112
Binary 11101111 10001001 11100101 0 101011 100 110 100110010 1001100 1001010

Color Harmonies of #EF89E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89E5

Black with #EF89E5

Text Example


Text Example

White with #EF89E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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