Html Css Color HEX #EC7FDD Pale Magenta

📋 copy color: '#EC7FDD'

red 236 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #EC7FDD

Tints of Pale Magenta #EC7FDD

RGB

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

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

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

R = 40.41%
G = 21.75%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC7FDD (or 0xEC7FDD) is known color: Pale Magenta. HEX triplet: EC, 7F and DD. RGB value is (236,127,221). Sum of RGB (Red+Green+Blue) = 236+127+221=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FDD is #138022. Grayscale: #AAAAAA. Windows color (decimal): -1277987 or 14516204. OLE color: 14516204.

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

Color convert

RGB 236 127 221 -
CMYK 0 0.46 0.06 0.07
HSL 308.26º 0.74% 0.71% -
HSV(B) 308.26º 0.46% 0.93% -
XYZ 55.23 38.23 72.88 -
YUV 170.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 236 127 221 0 0.46 0.06 0.07 308.26 0.74 0.71
Hex EC 7F DD 0 2E 6 7 134 4A 47
Octal 354 177 335 0 56 6 7 464 112 107
Binary 11101100 1111111 11011101 0 101110 110 111 100110100 1001010 1000111

Color Harmonies of #EC7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FDD

Black with #EC7FDD

Text Example


Text Example

White with #EC7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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