Html Css Color HEX #EC8FDC Pale Magenta

📋 copy color: '#EC8FDC'

red 236 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #EC8FDC

Tints of Pale Magenta #EC8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.87%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 39.4%
G = 23.87%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC8FDC (or 0xEC8FDC) is known color: Pale Magenta. HEX triplet: EC, 8F and DC. RGB value is (236,143,220). Sum of RGB (Red+Green+Blue) = 236+143+220=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FDC is #137023. Grayscale: #B3B3B3. Windows color (decimal): -1273892 or 14454764. OLE color: 14454764.

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

Color convert

RGB 236 143 220 -
CMYK 0 0.39 0.07 0.07
HSL 310.32º 0.71% 0.74% -
HSV(B) 310.32º 0.39% 0.93% -
XYZ 57.33 42.65 72.92 -
YUV 179.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 236 143 220 0 0.39 0.07 0.07 310.32 0.71 0.74
Hex EC 8F DC 0 27 7 7 136 47 4A
Octal 354 217 334 0 47 7 7 466 107 112
Binary 11101100 10001111 11011100 0 100111 111 111 100110110 1000111 1001010

Color Harmonies of #EC8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FDC

Black with #EC8FDC

Text Example


Text Example

White with #EC8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FDC; }

 p { color: rgb(236,143,220); }

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

background-color css

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

 a { background-color: rgb(236,143,220); }

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

border-color css

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

 span { border-color: rgb(236,143,220); }

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