Html Css Color HEX #EF8CDA Pale Magenta

📋 copy color: '#EF8CDA'

red 239 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #EF8CDA

Tints of Pale Magenta #EF8CDA

RGB

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

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

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

R = 40.03%
G = 23.45%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF8CDA (or 0xEF8CDA) is known color: Pale Magenta. HEX triplet: EF, 8C and DA. RGB value is (239,140,218). Sum of RGB (Red+Green+Blue) = 239+140+218=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CDA is #107325. Grayscale: #B2B2B2. Windows color (decimal): -1078054 or 14322927. OLE color: 14322927.

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

Color convert

RGB 239 140 218 -
CMYK 0 0.41 0.09 0.06
HSL 312.73º 0.76% 0.74% -
HSV(B) 312.73º 0.41% 0.94% -
XYZ 57.63 42.17 71.43 -
YUV 178.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 239 140 218 0 0.41 0.09 0.06 312.73 0.76 0.74
Hex EF 8C DA 0 29 9 6 139 4C 4A
Octal 357 214 332 0 51 11 6 471 114 112
Binary 11101111 10001100 11011010 0 101001 1001 110 100111001 1001100 1001010

Color Harmonies of #EF8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CDA

Black with #EF8CDA

Text Example


Text Example

White with #EF8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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