Html Css Color HEX #EC8EDE Pale Magenta

📋 copy color: '#EC8EDE'

red 236 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #EC8EDE

Tints of Pale Magenta #EC8EDE

RGB

 RED value IS 236 (92.58% from 255) = 39.33%

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

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

R = 39.33%
G = 23.67%
B = 37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC8EDE (or 0xEC8EDE) is known color: Pale Magenta. HEX triplet: EC, 8E and DE. RGB value is (236,142,222). Sum of RGB (Red+Green+Blue) = 236+142+222=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EDE is #137121. Grayscale: #B3B3B3. Windows color (decimal): -1274146 or 14585580. OLE color: 14585580.

HSL color Cylindrical-coordinate representation of color #EC8EDE: hue angle of 308.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EDE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 222 -
CMYK 0 0.40 0.06 0.07
HSL 308.94º 0.71% 0.74% -
HSV(B) 308.94º 0.4% 0.93% -
XYZ 57.45 42.45 74.27 -
YUV 179.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 236 142 222 0 0.40 0.06 0.07 308.94 0.71 0.74
Hex EC 8E DE 0 28 6 7 135 47 4A
Octal 354 216 336 0 50 6 7 465 107 112
Binary 11101100 10001110 11011110 0 101000 110 111 100110101 1000111 1001010

Color Harmonies of #EC8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EDE

Black with #EC8EDE

Text Example


Text Example

White with #EC8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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