Html Css Color HEX #EC8DDB Pale Magenta

📋 copy color: '#EC8DDB'

red 236 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #EC8DDB

Tints of Pale Magenta #EC8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.66%

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

R = 39.6%
G = 23.66%
B = 36.74%

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

#EC8DDB (or 0xEC8DDB) is known color: Pale Magenta. HEX triplet: EC, 8D and DB. RGB value is (236,141,219). Sum of RGB (Red+Green+Blue) = 236+141+219=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DDB is #137224. Grayscale: #B2B2B2. Windows color (decimal): -1274405 or 14388716. OLE color: 14388716.

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

Color convert

RGB 236 141 219 -
CMYK 0 0.40 0.07 0.07
HSL 310.74º 0.71% 0.74% -
HSV(B) 310.74º 0.4% 0.93% -
XYZ 56.9 42 72.12 -
YUV 178.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 236 141 219 0 0.40 0.07 0.07 310.74 0.71 0.74
Hex EC 8D DB 0 28 7 7 137 47 4A
Octal 354 215 333 0 50 7 7 467 107 112
Binary 11101100 10001101 11011011 0 101000 111 111 100110111 1000111 1001010

Color Harmonies of #EC8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DDB

Black with #EC8DDB

Text Example


Text Example

White with #EC8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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