Html Css Color HEX #EC8EDB Pale Magenta

📋 copy color: '#EC8EDB'

red 236 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #EC8EDB

Tints of Pale Magenta #EC8EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 39.53%
G = 23.79%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC8EDB (or 0xEC8EDB) is known color: Pale Magenta. HEX triplet: EC, 8E and DB. RGB value is (236,142,219). Sum of RGB (Red+Green+Blue) = 236+142+219=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EDB is #137124. Grayscale: #B2B2B2. Windows color (decimal): -1274149 or 14388972. OLE color: 14388972.

HSL color Cylindrical-coordinate representation of color #EC8EDB: hue angle of 310.85º 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 #EC8EDB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 219 -
CMYK 0 0.40 0.07 0.07
HSL 310.85º 0.71% 0.74% -
HSV(B) 310.85º 0.4% 0.93% -
XYZ 57.05 42.29 72.17 -
YUV 178.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 236 142 219 0 0.40 0.07 0.07 310.85 0.71 0.74
Hex EC 8E DB 0 28 7 7 137 47 4A
Octal 354 216 333 0 50 7 7 467 107 112
Binary 11101100 10001110 11011011 0 101000 111 111 100110111 1000111 1001010

Color Harmonies of #EC8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EDB

Black with #EC8EDB

Text Example


Text Example

White with #EC8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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