Html Css Color HEX #EC78DB Pale Magenta

📋 copy color: '#EC78DB'

red 236 ◦ green 120 ◦ blue 219

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

Shades of Pale Magenta #EC78DB

Tints of Pale Magenta #EC78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.87%

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

R = 41.04%
G = 20.87%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC78DB (or 0xEC78DB) is known color: Pale Magenta. HEX triplet: EC, 78 and DB. RGB value is (236,120,219). Sum of RGB (Red+Green+Blue) = 236+120+219=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78DB is #138724. Grayscale: #A5A5A5. Windows color (decimal): -1279781 or 14383340. OLE color: 14383340.

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

Color convert

RGB 236 120 219 -
CMYK 0 0.49 0.07 0.07
HSL 308.79º 0.75% 0.7% -
HSV(B) 308.79º 0.49% 0.93% -
XYZ 54.09 36.38 71.19 -
YUV 165.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 236 120 219 0 0.49 0.07 0.07 308.79 0.75 0.7
Hex EC 78 DB 0 31 7 7 135 4B 46
Octal 354 170 333 0 61 7 7 465 113 106
Binary 11101100 1111000 11011011 0 110001 111 111 100110101 1001011 1000110

Color Harmonies of #EC78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78DB

Black with #EC78DB

Text Example


Text Example

White with #EC78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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