Html Css Color HEX #EC7DDD Pale Magenta

📋 copy color: '#EC7DDD'

red 236 ◦ green 125 ◦ blue 221

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

Shades of Pale Magenta #EC7DDD

Tints of Pale Magenta #EC7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.48%

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

R = 40.55%
G = 21.48%
B = 37.97%

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

#EC7DDD (or 0xEC7DDD) is known color: Pale Magenta. HEX triplet: EC, 7D and DD. RGB value is (236,125,221). Sum of RGB (Red+Green+Blue) = 236+125+221=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDD is #138222. Grayscale: #A8A8A8. Windows color (decimal): -1278499 or 14515692. OLE color: 14515692.

HSL color Cylindrical-coordinate representation of color #EC7DDD: hue angle of 308.11º degrees, saturation: 0.74, 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 #EC7DDD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 221 -
CMYK 0 0.47 0.06 0.07
HSL 308.11º 0.74% 0.71% -
HSV(B) 308.11º 0.47% 0.93% -
XYZ 54.98 37.72 72.79 -
YUV 169.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 236 125 221 0 0.47 0.06 0.07 308.11 0.74 0.71
Hex EC 7D DD 0 2F 6 7 134 4A 47
Octal 354 175 335 0 57 6 7 464 112 107
Binary 11101100 1111101 11011101 0 101111 110 111 100110100 1001010 1000111

Color Harmonies of #EC7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DDD

Black with #EC7DDD

Text Example


Text Example

White with #EC7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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