Html Css Color HEX #EF89DB Pale Magenta

📋 copy color: '#EF89DB'

red 239 ◦ green 137 ◦ blue 219

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

Shades of Pale Magenta #EF89DB

Tints of Pale Magenta #EF89DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 40.17%
G = 23.03%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF89DB (or 0xEF89DB) is known color: Pale Magenta. HEX triplet: EF, 89 and DB. RGB value is (239,137,219). Sum of RGB (Red+Green+Blue) = 239+137+219=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89DB is #107624. Grayscale: #B0B0B0. Windows color (decimal): -1078821 or 14387695. OLE color: 14387695.

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

Color convert

RGB 239 137 219 -
CMYK 0 0.43 0.08 0.06
HSL 311.76º 0.76% 0.74% -
HSV(B) 311.76º 0.43% 0.94% -
XYZ 57.33 41.36 71.98 -
YUV 176.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 239 137 219 0 0.43 0.08 0.06 311.76 0.76 0.74
Hex EF 89 DB 0 2B 8 6 138 4C 4A
Octal 357 211 333 0 53 10 6 470 114 112
Binary 11101111 10001001 11011011 0 101011 1000 110 100111000 1001100 1001010

Color Harmonies of #EF89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89DB

Black with #EF89DB

Text Example


Text Example

White with #EF89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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