Html Css Color HEX #EC7EDA Pale Magenta

📋 copy color: '#EC7EDA'

red 236 ◦ green 126 ◦ blue 218

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

Shades of Pale Magenta #EC7EDA

Tints of Pale Magenta #EC7EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.72%

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

R = 40.69%
G = 21.72%
B = 37.59%

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

#EC7EDA (or 0xEC7EDA) is known color: Pale Magenta. HEX triplet: EC, 7E and DA. RGB value is (236,126,218). Sum of RGB (Red+Green+Blue) = 236+126+218=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EDA is #138125. Grayscale: #A9A9A9. Windows color (decimal): -1278246 or 14319340. OLE color: 14319340.

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

Color convert

RGB 236 126 218 -
CMYK 0 0.47 0.08 0.07
HSL 309.82º 0.74% 0.71% -
HSV(B) 309.82º 0.47% 0.93% -
XYZ 54.71 37.82 70.75 -
YUV 169.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 236 126 218 0 0.47 0.08 0.07 309.82 0.74 0.71
Hex EC 7E DA 0 2F 8 7 136 4A 47
Octal 354 176 332 0 57 10 7 466 112 107
Binary 11101100 1111110 11011010 0 101111 1000 111 100110110 1001010 1000111

Color Harmonies of #EC7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EDA

Black with #EC7EDA

Text Example


Text Example

White with #EC7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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