Html Css Color HEX #EC7DD5 Pale Magenta

📋 copy color: '#EC7DD5'

red 236 ◦ green 125 ◦ blue 213

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

Shades of Pale Magenta #EC7DD5

Tints of Pale Magenta #EC7DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 41.11%
G = 21.78%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC7DD5 (or 0xEC7DD5) is known color: Pale Magenta. HEX triplet: EC, 7D and D5. RGB value is (236,125,213). Sum of RGB (Red+Green+Blue) = 236+125+213=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DD5 is #13822A. Grayscale: #A7A7A7. Windows color (decimal): -1278507 or 13991404. OLE color: 13991404.

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

Color convert

RGB 236 125 213 -
CMYK 0 0.47 0.10 0.07
HSL 312.43º 0.74% 0.71% -
HSV(B) 312.43º 0.47% 0.93% -
XYZ 53.94 37.3 67.31 -
YUV 168.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 236 125 213 0 0.47 0.10 0.07 312.43 0.74 0.71
Hex EC 7D D5 0 2F A 7 138 4A 47
Octal 354 175 325 0 57 12 7 470 112 107
Binary 11101100 1111101 11010101 0 101111 1010 111 100111000 1001010 1000111

Color Harmonies of #EC7DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DD5

Black with #EC7DD5

Text Example


Text Example

White with #EC7DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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