Html Css Color HEX #EC8CDA Pale Magenta

📋 copy color: '#EC8CDA'

red 236 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #EC8CDA

Tints of Pale Magenta #EC8CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 39.73%
G = 23.57%
B = 36.7%

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

#EC8CDA (or 0xEC8CDA) is known color: Pale Magenta. HEX triplet: EC, 8C and DA. RGB value is (236,140,218). Sum of RGB (Red+Green+Blue) = 236+140+218=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CDA is #137325. Grayscale: #B1B1B1. Windows color (decimal): -1274662 or 14322924. OLE color: 14322924.

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

Color convert

RGB 236 140 218 -
CMYK 0 0.41 0.08 0.07
HSL 311.25º 0.72% 0.74% -
HSV(B) 311.25º 0.41% 0.93% -
XYZ 56.63 41.65 71.38 -
YUV 177.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 236 140 218 0 0.41 0.08 0.07 311.25 0.72 0.74
Hex EC 8C DA 0 29 8 7 137 48 4A
Octal 354 214 332 0 51 10 7 467 110 112
Binary 11101100 10001100 11011010 0 101001 1000 111 100110111 1001000 1001010

Color Harmonies of #EC8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CDA

Black with #EC8CDA

Text Example


Text Example

White with #EC8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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