Html Css Color HEX #EF88DA Pale Magenta

📋 copy color: '#EF88DA'

red 239 ◦ green 136 ◦ blue 218

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

Shades of Pale Magenta #EF88DA

Tints of Pale Magenta #EF88DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 40.3%
G = 22.93%
B = 36.76%

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

#EF88DA (or 0xEF88DA) is known color: Pale Magenta. HEX triplet: EF, 88 and DA. RGB value is (239,136,218). Sum of RGB (Red+Green+Blue) = 239+136+218=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DA is #107725. Grayscale: #AFAFAF. Windows color (decimal): -1079078 or 14321903. OLE color: 14321903.

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

Color convert

RGB 239 136 218 -
CMYK 0 0.43 0.09 0.06
HSL 312.23º 0.76% 0.74% -
HSV(B) 312.23º 0.43% 0.94% -
XYZ 57.06 41.02 71.24 -
YUV 176.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 239 136 218 0 0.43 0.09 0.06 312.23 0.76 0.74
Hex EF 88 DA 0 2B 9 6 138 4C 4A
Octal 357 210 332 0 53 11 6 470 114 112
Binary 11101111 10001000 11011010 0 101011 1001 110 100111000 1001100 1001010

Color Harmonies of #EF88DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88DA

Black with #EF88DA

Text Example


Text Example

White with #EF88DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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