Html Css Color HEX #EC8CDC Pale Magenta

📋 copy color: '#EC8CDC'

red 236 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #EC8CDC

Tints of Pale Magenta #EC8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.49%

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

R = 39.6%
G = 23.49%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC8CDC (or 0xEC8CDC) is known color: Pale Magenta. HEX triplet: EC, 8C and DC. RGB value is (236,140,220). Sum of RGB (Red+Green+Blue) = 236+140+220=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CDC is #137323. Grayscale: #B1B1B1. Windows color (decimal): -1274660 or 14453996. OLE color: 14453996.

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

Color convert

RGB 236 140 220 -
CMYK 0 0.41 0.07 0.07
HSL 310º 0.72% 0.74% -
HSV(B) 310º 0.41% 0.93% -
XYZ 56.89 41.76 72.77 -
YUV 177.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 236 140 220 0 0.41 0.07 0.07 310 0.72 0.74
Hex EC 8C DC 0 29 7 7 136 48 4A
Octal 354 214 334 0 51 7 7 466 110 112
Binary 11101100 10001100 11011100 0 101001 111 111 100110110 1001000 1001010

Color Harmonies of #EC8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CDC

Black with #EC8CDC

Text Example


Text Example

White with #EC8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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