Html Css Color HEX #EC8CD8 Pale Magenta

📋 copy color: '#EC8CD8'

red 236 ◦ green 140 ◦ blue 216

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

Shades of Pale Magenta #EC8CD8

Tints of Pale Magenta #EC8CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 39.86%
G = 23.65%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC8CD8 (or 0xEC8CD8) is known color: Pale Magenta. HEX triplet: EC, 8C and D8. RGB value is (236,140,216). Sum of RGB (Red+Green+Blue) = 236+140+216=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD8 is #137327. Grayscale: #B1B1B1. Windows color (decimal): -1274664 or 14191852. OLE color: 14191852.

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

Color convert

RGB 236 140 216 -
CMYK 0 0.41 0.08 0.07
HSL 312.5º 0.72% 0.74% -
HSV(B) 312.5º 0.41% 0.93% -
XYZ 56.36 41.55 70.01 -
YUV 177.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 236 140 216 0 0.41 0.08 0.07 312.5 0.72 0.74
Hex EC 8C D8 0 29 8 7 138 48 4A
Octal 354 214 330 0 51 10 7 470 110 112
Binary 11101100 10001100 11011000 0 101001 1000 111 100111000 1001000 1001010

Color Harmonies of #EC8CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CD8

Black with #EC8CD8

Text Example


Text Example

White with #EC8CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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