Html Css Color HEX #EC8FD7 Pale Magenta

📋 copy color: '#EC8FD7'

red 236 ◦ green 143 ◦ blue 215

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

Shades of Pale Magenta #EC8FD7

Tints of Pale Magenta #EC8FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 39.73%
G = 24.07%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC8FD7 (or 0xEC8FD7) is known color: Pale Magenta. HEX triplet: EC, 8F and D7. RGB value is (236,143,215). Sum of RGB (Red+Green+Blue) = 236+143+215=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD7 is #137028. Grayscale: #B2B2B2. Windows color (decimal): -1273897 or 14127084. OLE color: 14127084.

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

Color convert

RGB 236 143 215 -
CMYK 0 0.39 0.09 0.07
HSL 313.55º 0.71% 0.74% -
HSV(B) 313.55º 0.39% 0.93% -
XYZ 56.68 42.38 69.48 -
YUV 179.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 236 143 215 0 0.39 0.09 0.07 313.55 0.71 0.74
Hex EC 8F D7 0 27 9 7 13A 47 4A
Octal 354 217 327 0 47 11 7 472 107 112
Binary 11101100 10001111 11010111 0 100111 1001 111 100111010 1000111 1001010

Color Harmonies of #EC8FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FD7

Black with #EC8FD7

Text Example


Text Example

White with #EC8FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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