Html Css Color HEX #EC7CDD Pale Magenta

📋 copy color: '#EC7CDD'

red 236 ◦ green 124 ◦ blue 221

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

Shades of Pale Magenta #EC7CDD

Tints of Pale Magenta #EC7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.34%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 40.62%
G = 21.34%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC7CDD (or 0xEC7CDD) is known color: Pale Magenta. HEX triplet: EC, 7C and DD. RGB value is (236,124,221). Sum of RGB (Red+Green+Blue) = 236+124+221=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CDD is #138322. Grayscale: #A8A8A8. Windows color (decimal): -1278755 or 14515436. OLE color: 14515436.

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

Color convert

RGB 236 124 221 -
CMYK 0 0.47 0.06 0.07
HSL 308.04º 0.75% 0.71% -
HSV(B) 308.04º 0.47% 0.93% -
XYZ 54.85 37.47 72.75 -
YUV 168.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 236 124 221 0 0.47 0.06 0.07 308.04 0.75 0.71
Hex EC 7C DD 0 2F 6 7 134 4B 47
Octal 354 174 335 0 57 6 7 464 113 107
Binary 11101100 1111100 11011101 0 101111 110 111 100110100 1001011 1000111

Color Harmonies of #EC7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CDD

Black with #EC7CDD

Text Example


Text Example

White with #EC7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CDD; }

 p { color: rgb(236,124,221); }

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

background-color css

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

 a { background-color: rgb(236,124,221); }

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

border-color css

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

 span { border-color: rgb(236,124,221); }

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