Html Css Color HEX #EF8CDD Pale Magenta

📋 copy color: '#EF8CDD'

red 239 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #EF8CDD

Tints of Pale Magenta #EF8CDD

RGB

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

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

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

R = 39.83%
G = 23.33%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF8CDD (or 0xEF8CDD) is known color: Pale Magenta. HEX triplet: EF, 8C and DD. RGB value is (239,140,221). Sum of RGB (Red+Green+Blue) = 239+140+221=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CDD is #107322. Grayscale: #B2B2B2. Windows color (decimal): -1078051 or 14519535. OLE color: 14519535.

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

Color convert

RGB 239 140 221 -
CMYK 0 0.41 0.08 0.06
HSL 310.91º 0.76% 0.74% -
HSV(B) 310.91º 0.41% 0.94% -
XYZ 58.03 42.33 73.52 -
YUV 178.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 239 140 221 0 0.41 0.08 0.06 310.91 0.76 0.74
Hex EF 8C DD 0 29 8 6 137 4C 4A
Octal 357 214 335 0 51 10 6 467 114 112
Binary 11101111 10001100 11011101 0 101001 1000 110 100110111 1001100 1001010

Color Harmonies of #EF8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CDD

Black with #EF8CDD

Text Example


Text Example

White with #EF8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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