Html Css Color HEX #EC7BDB Pale Magenta

📋 copy color: '#EC7BDB'

red 236 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #EC7BDB

Tints of Pale Magenta #EC7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.28%

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

R = 40.83%
G = 21.28%
B = 37.89%

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

#EC7BDB (or 0xEC7BDB) is known color: Pale Magenta. HEX triplet: EC, 7B and DB. RGB value is (236,123,219). Sum of RGB (Red+Green+Blue) = 236+123+219=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BDB is #138424. Grayscale: #A7A7A7. Windows color (decimal): -1279013 or 14384108. OLE color: 14384108.

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

Color convert

RGB 236 123 219 -
CMYK 0 0.48 0.07 0.07
HSL 309.03º 0.75% 0.7% -
HSV(B) 309.03º 0.48% 0.93% -
XYZ 54.46 37.11 71.31 -
YUV 167.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 236 123 219 0 0.48 0.07 0.07 309.03 0.75 0.7
Hex EC 7B DB 0 30 7 7 135 4B 46
Octal 354 173 333 0 60 7 7 465 113 106
Binary 11101100 1111011 11011011 0 110000 111 111 100110101 1001011 1000110

Color Harmonies of #EC7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BDB

Black with #EC7BDB

Text Example


Text Example

White with #EC7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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