Html Css Color HEX #EF88DD Pale Magenta

📋 copy color: '#EF88DD'

red 239 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #EF88DD

Tints of Pale Magenta #EF88DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 40.1%
G = 22.82%
B = 37.08%

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

#EF88DD (or 0xEF88DD) is known color: Pale Magenta. HEX triplet: EF, 88 and DD. RGB value is (239,136,221). Sum of RGB (Red+Green+Blue) = 239+136+221=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DD is #107722. Grayscale: #B0B0B0. Windows color (decimal): -1079075 or 14518511. OLE color: 14518511.

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

Color convert

RGB 239 136 221 -
CMYK 0 0.43 0.08 0.06
HSL 310.49º 0.76% 0.74% -
HSV(B) 310.49º 0.43% 0.94% -
XYZ 57.45 41.18 73.33 -
YUV 176.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 239 136 221 0 0.43 0.08 0.06 310.49 0.76 0.74
Hex EF 88 DD 0 2B 8 6 136 4C 4A
Octal 357 210 335 0 53 10 6 466 114 112
Binary 11101111 10001000 11011101 0 101011 1000 110 100110110 1001100 1001010

Color Harmonies of #EF88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88DD

Black with #EF88DD

Text Example


Text Example

White with #EF88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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