Html Css Color HEX #EF88D9 Pale Magenta

📋 copy color: '#EF88D9'

red 239 ◦ green 136 ◦ blue 217

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

Shades of Pale Magenta #EF88D9

Tints of Pale Magenta #EF88D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.66%

R = 40.37%
G = 22.97%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF88D9 (or 0xEF88D9) is known color: Pale Magenta. HEX triplet: EF, 88 and D9. RGB value is (239,136,217). Sum of RGB (Red+Green+Blue) = 239+136+217=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88D9 is #107726. Grayscale: #AFAFAF. Windows color (decimal): -1079079 or 14256367. OLE color: 14256367.

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

Color convert

RGB 239 136 217 -
CMYK 0 0.43 0.09 0.06
HSL 312.82º 0.76% 0.74% -
HSV(B) 312.82º 0.43% 0.94% -
XYZ 56.93 40.97 70.55 -
YUV 176.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 239 136 217 0 0.43 0.09 0.06 312.82 0.76 0.74
Hex EF 88 D9 0 2B 9 6 139 4C 4A
Octal 357 210 331 0 53 11 6 471 114 112
Binary 11101111 10001000 11011001 0 101011 1001 110 100111001 1001100 1001010

Color Harmonies of #EF88D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88D9

Black with #EF88D9

Text Example


Text Example

White with #EF88D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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