Html Css Color HEX #EF8CD6 Pale Magenta

📋 copy color: '#EF8CD6'

red 239 ◦ green 140 ◦ blue 214

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

Shades of Pale Magenta #EF8CD6

Tints of Pale Magenta #EF8CD6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.61%

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 40.3%
G = 23.61%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF8CD6 (or 0xEF8CD6) is known color: Pale Magenta. HEX triplet: EF, 8C and D6. RGB value is (239,140,214). Sum of RGB (Red+Green+Blue) = 239+140+214=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CD6 is #107329. Grayscale: #B1B1B1. Windows color (decimal): -1078058 or 14060783. OLE color: 14060783.

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

Color convert

RGB 239 140 214 -
CMYK 0 0.41 0.10 0.06
HSL 315.15º 0.76% 0.74% -
HSV(B) 315.15º 0.41% 0.94% -
XYZ 57.11 41.96 68.71 -
YUV 178.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 239 140 214 0 0.41 0.10 0.06 315.15 0.76 0.74
Hex EF 8C D6 0 29 A 6 13B 4C 4A
Octal 357 214 326 0 51 12 6 473 114 112
Binary 11101111 10001100 11010110 0 101001 1010 110 100111011 1001100 1001010

Color Harmonies of #EF8CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CD6

Black with #EF8CD6

Text Example


Text Example

White with #EF8CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CD6; }

 p { color: rgb(239,140,214); }

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

background-color css

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

 a { background-color: rgb(239,140,214); }

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

border-color css

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

 span { border-color: rgb(239,140,214); }

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