Html Css Color HEX #EC7AD2 Pale Magenta

📋 copy color: '#EC7AD2'

red 236 ◦ green 122 ◦ blue 210

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

Shades of Pale Magenta #EC7AD2

Tints of Pale Magenta #EC7AD2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.48%

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 41.55%
G = 21.48%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC7AD2 (or 0xEC7AD2) is known color: Pale Magenta. HEX triplet: EC, 7A and D2. RGB value is (236,122,210). Sum of RGB (Red+Green+Blue) = 236+122+210=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AD2 is #13852D. Grayscale: #A5A5A5. Windows color (decimal): -1279278 or 13794028. OLE color: 13794028.

HSL color Cylindrical-coordinate representation of color #EC7AD2: hue angle of 313.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AD2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 210 -
CMYK 0 0.48 0.11 0.07
HSL 313.68º 0.75% 0.7% -
HSV(B) 313.68º 0.48% 0.93% -
XYZ 53.18 36.41 65.2 -
YUV 166.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 236 122 210 0 0.48 0.11 0.07 313.68 0.75 0.7
Hex EC 7A D2 0 30 B 7 13A 4B 46
Octal 354 172 322 0 60 13 7 472 113 106
Binary 11101100 1111010 11010010 0 110000 1011 111 100111010 1001011 1000110

Color Harmonies of #EC7AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AD2

Black with #EC7AD2

Text Example


Text Example

White with #EC7AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AD2; }

 p { color: rgb(236,122,210); }

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

background-color css

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

 a { background-color: rgb(236,122,210); }

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

border-color css

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

 span { border-color: rgb(236,122,210); }

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