Html Css Color HEX #EF88DC Pale Magenta

📋 copy color: '#EF88DC'

red 239 ◦ green 136 ◦ blue 220

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

Shades of Pale Magenta #EF88DC

Tints of Pale Magenta #EF88DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 40.17%
G = 22.86%
B = 36.97%

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

#EF88DC (or 0xEF88DC) is known color: Pale Magenta. HEX triplet: EF, 88 and DC. RGB value is (239,136,220). Sum of RGB (Red+Green+Blue) = 239+136+220=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DC is #107723. Grayscale: #B0B0B0. Windows color (decimal): -1079076 or 14452975. OLE color: 14452975.

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

Color convert

RGB 239 136 220 -
CMYK 0 0.43 0.08 0.06
HSL 311.07º 0.76% 0.74% -
HSV(B) 311.07º 0.43% 0.94% -
XYZ 57.32 41.13 72.63 -
YUV 176.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 239 136 220 0 0.43 0.08 0.06 311.07 0.76 0.74
Hex EF 88 DC 0 2B 8 6 137 4C 4A
Octal 357 210 334 0 53 10 6 467 114 112
Binary 11101111 10001000 11011100 0 101011 1000 110 100110111 1001100 1001010

Color Harmonies of #EF88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88DC

Black with #EF88DC

Text Example


Text Example

White with #EF88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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