Html Css Color HEX #EC7ADB Pale Magenta

📋 copy color: '#EC7ADB'

red 236 ◦ green 122 ◦ blue 219

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

Shades of Pale Magenta #EC7ADB

Tints of Pale Magenta #EC7ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 40.9%
G = 21.14%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC7ADB (or 0xEC7ADB) is known color: Pale Magenta. HEX triplet: EC, 7A and DB. RGB value is (236,122,219). Sum of RGB (Red+Green+Blue) = 236+122+219=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ADB is #138524. Grayscale: #A6A6A6. Windows color (decimal): -1279269 or 14383852. OLE color: 14383852.

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

Color convert

RGB 236 122 219 -
CMYK 0 0.48 0.07 0.07
HSL 308.95º 0.75% 0.7% -
HSV(B) 308.95º 0.48% 0.93% -
XYZ 54.34 36.87 71.27 -
YUV 167.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 236 122 219 0 0.48 0.07 0.07 308.95 0.75 0.7
Hex EC 7A DB 0 30 7 7 135 4B 46
Octal 354 172 333 0 60 7 7 465 113 106
Binary 11101100 1111010 11011011 0 110000 111 111 100110101 1001011 1000110

Color Harmonies of #EC7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ADB

Black with #EC7ADB

Text Example


Text Example

White with #EC7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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