Html Css Color HEX #EF89E1 Pale Magenta

📋 copy color: '#EF89E1'

red 239 ◦ green 137 ◦ blue 225

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

Shades of Pale Magenta #EF89E1

Tints of Pale Magenta #EF89E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 39.77%
G = 22.8%
B = 37.44%

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

#EF89E1 (or 0xEF89E1) is known color: Pale Magenta. HEX triplet: EF, 89 and E1. RGB value is (239,137,225). Sum of RGB (Red+Green+Blue) = 239+137+225=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89E1 is #10761E. Grayscale: #B1B1B1. Windows color (decimal): -1078815 or 14780911. OLE color: 14780911.

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

Color convert

RGB 239 137 225 -
CMYK 0 0.43 0.06 0.06
HSL 308.24º 0.76% 0.74% -
HSV(B) 308.24º 0.43% 0.94% -
XYZ 58.13 41.68 76.21 -
YUV 177.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 239 137 225 0 0.43 0.06 0.06 308.24 0.76 0.74
Hex EF 89 E1 0 2B 6 6 134 4C 4A
Octal 357 211 341 0 53 6 6 464 114 112
Binary 11101111 10001001 11100001 0 101011 110 110 100110100 1001100 1001010

Color Harmonies of #EF89E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89E1

Black with #EF89E1

Text Example


Text Example

White with #EF89E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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