Html Css Color HEX #EF88DB Pale Magenta

📋 copy color: '#EF88DB'

red 239 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #EF88DB

Tints of Pale Magenta #EF88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.9%

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

R = 40.24%
G = 22.9%
B = 36.87%

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

#EF88DB (or 0xEF88DB) is known color: Pale Magenta. HEX triplet: EF, 88 and DB. RGB value is (239,136,219). Sum of RGB (Red+Green+Blue) = 239+136+219=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DB is #107724. Grayscale: #B0B0B0. Windows color (decimal): -1079077 or 14387439. OLE color: 14387439.

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

Color convert

RGB 239 136 219 -
CMYK 0 0.43 0.08 0.06
HSL 311.65º 0.76% 0.74% -
HSV(B) 311.65º 0.43% 0.94% -
XYZ 57.19 41.07 71.93 -
YUV 176.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 239 136 219 0 0.43 0.08 0.06 311.65 0.76 0.74
Hex EF 88 DB 0 2B 8 6 138 4C 4A
Octal 357 210 333 0 53 10 6 470 114 112
Binary 11101111 10001000 11011011 0 101011 1000 110 100111000 1001100 1001010

Color Harmonies of #EF88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88DB

Black with #EF88DB

Text Example


Text Example

White with #EF88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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