Html Css Color HEX #EC7CDB Pale Magenta

📋 copy color: '#EC7CDB'

red 236 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #EC7CDB

Tints of Pale Magenta #EC7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.42%

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

R = 40.76%
G = 21.42%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC7CDB (or 0xEC7CDB) is known color: Pale Magenta. HEX triplet: EC, 7C and DB. RGB value is (236,124,219). Sum of RGB (Red+Green+Blue) = 236+124+219=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CDB is #138324. Grayscale: #A8A8A8. Windows color (decimal): -1278757 or 14384364. OLE color: 14384364.

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

Color convert

RGB 236 124 219 -
CMYK 0 0.47 0.07 0.07
HSL 309.11º 0.75% 0.71% -
HSV(B) 309.11º 0.47% 0.93% -
XYZ 54.59 37.36 71.35 -
YUV 168.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 236 124 219 0 0.47 0.07 0.07 309.11 0.75 0.71
Hex EC 7C DB 0 2F 7 7 135 4B 47
Octal 354 174 333 0 57 7 7 465 113 107
Binary 11101100 1111100 11011011 0 101111 111 111 100110101 1001011 1000111

Color Harmonies of #EC7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CDB

Black with #EC7CDB

Text Example


Text Example

White with #EC7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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