Html Css Color HEX #EC7FD8 Pale Magenta

📋 copy color: '#EC7FD8'

red 236 ◦ green 127 ◦ blue 216

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

Shades of Pale Magenta #EC7FD8

Tints of Pale Magenta #EC7FD8

RGB

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

 GREEN value IS 127 (50% from 255) = 21.93%

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

R = 40.76%
G = 21.93%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC7FD8 (or 0xEC7FD8) is known color: Pale Magenta. HEX triplet: EC, 7F and D8. RGB value is (236,127,216). Sum of RGB (Red+Green+Blue) = 236+127+216=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FD8 is #138027. Grayscale: #A9A9A9. Windows color (decimal): -1277992 or 14188524. OLE color: 14188524.

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

Color convert

RGB 236 127 216 -
CMYK 0 0.46 0.08 0.07
HSL 311.01º 0.74% 0.71% -
HSV(B) 311.01º 0.46% 0.93% -
XYZ 54.58 37.97 69.42 -
YUV 169.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 236 127 216 0 0.46 0.08 0.07 311.01 0.74 0.71
Hex EC 7F D8 0 2E 8 7 137 4A 47
Octal 354 177 330 0 56 10 7 467 112 107
Binary 11101100 1111111 11011000 0 101110 1000 111 100110111 1001010 1000111

Color Harmonies of #EC7FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FD8

Black with #EC7FD8

Text Example


Text Example

White with #EC7FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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