Html Css Color HEX #EF8EDE Pale Magenta

📋 copy color: '#EF8EDE'

red 239 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #EF8EDE

Tints of Pale Magenta #EF8EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.55%

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 39.64%
G = 23.55%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF8EDE (or 0xEF8EDE) is known color: Pale Magenta. HEX triplet: EF, 8E and DE. RGB value is (239,142,222). Sum of RGB (Red+Green+Blue) = 239+142+222=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EDE is #107121. Grayscale: #B3B3B3. Windows color (decimal): -1077538 or 14585583. OLE color: 14585583.

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

Color convert

RGB 239 142 222 -
CMYK 0 0.41 0.07 0.06
HSL 310.52º 0.75% 0.75% -
HSV(B) 310.52º 0.41% 0.94% -
XYZ 58.45 42.97 74.32 -
YUV 180.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 239 142 222 0 0.41 0.07 0.06 310.52 0.75 0.75
Hex EF 8E DE 0 29 7 6 137 4B 4B
Octal 357 216 336 0 51 7 6 467 113 113
Binary 11101111 10001110 11011110 0 101001 111 110 100110111 1001011 1001011

Color Harmonies of #EF8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EDE

Black with #EF8EDE

Text Example


Text Example

White with #EF8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EDE; }

 p { color: rgb(239,142,222); }

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

background-color css

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

 a { background-color: rgb(239,142,222); }

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

border-color css

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

 span { border-color: rgb(239,142,222); }

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