Html Css Color HEX #EC7DDA Pale Magenta

📋 copy color: '#EC7DDA'

red 236 ◦ green 125 ◦ blue 218

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

Shades of Pale Magenta #EC7DDA

Tints of Pale Magenta #EC7DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 40.76%
G = 21.59%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC7DDA (or 0xEC7DDA) is known color: Pale Magenta. HEX triplet: EC, 7D and DA. RGB value is (236,125,218). Sum of RGB (Red+Green+Blue) = 236+125+218=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDA is #138225. Grayscale: #A8A8A8. Windows color (decimal): -1278502 or 14319084. OLE color: 14319084.

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

Color convert

RGB 236 125 218 -
CMYK 0 0.47 0.08 0.07
HSL 309.73º 0.74% 0.71% -
HSV(B) 309.73º 0.47% 0.93% -
XYZ 54.58 37.56 70.7 -
YUV 168.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 236 125 218 0 0.47 0.08 0.07 309.73 0.74 0.71
Hex EC 7D DA 0 2F 8 7 136 4A 47
Octal 354 175 332 0 57 10 7 466 112 107
Binary 11101100 1111101 11011010 0 101111 1000 111 100110110 1001010 1000111

Color Harmonies of #EC7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DDA

Black with #EC7DDA

Text Example


Text Example

White with #EC7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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