Html Css Color HEX #EF8AD7 Pale Magenta

📋 copy color: '#EF8AD7'

red 239 ◦ green 138 ◦ blue 215

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

Shades of Pale Magenta #EF8AD7

Tints of Pale Magenta #EF8AD7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.31%

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 40.37%
G = 23.31%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF8AD7 (or 0xEF8AD7) is known color: Pale Magenta. HEX triplet: EF, 8A and D7. RGB value is (239,138,215). Sum of RGB (Red+Green+Blue) = 239+138+215=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8AD7 is #107528. Grayscale: #B0B0B0. Windows color (decimal): -1078569 or 14125807. OLE color: 14125807.

HSL color Cylindrical-coordinate representation of color #EF8AD7: hue angle of 314.26º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8AD7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 215 -
CMYK 0 0.42 0.10 0.06
HSL 314.26º 0.76% 0.74% -
HSV(B) 314.26º 0.42% 0.94% -
XYZ 56.95 41.43 69.29 -
YUV 176.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 239 138 215 0 0.42 0.10 0.06 314.26 0.76 0.74
Hex EF 8A D7 0 2A A 6 13A 4C 4A
Octal 357 212 327 0 52 12 6 472 114 112
Binary 11101111 10001010 11010111 0 101010 1010 110 100111010 1001100 1001010

Color Harmonies of #EF8AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8AD7

Black with #EF8AD7

Text Example


Text Example

White with #EF8AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8AD7; }

 p { color: rgb(239,138,215); }

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

background-color css

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

 a { background-color: rgb(239,138,215); }

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

border-color css

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

 span { border-color: rgb(239,138,215); }

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