Html Css Color HEX #EC83DB Pale Magenta

📋 copy color: '#EC83DB'

red 236 ◦ green 131 ◦ blue 219

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

Shades of Pale Magenta #EC83DB

Tints of Pale Magenta #EC83DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.35%

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

R = 40.27%
G = 22.35%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC83DB (or 0xEC83DB) is known color: Pale Magenta. HEX triplet: EC, 83 and DB. RGB value is (236,131,219). Sum of RGB (Red+Green+Blue) = 236+131+219=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83DB is #137C24. Grayscale: #ACACAC. Windows color (decimal): -1276965 or 14386156. OLE color: 14386156.

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

Color convert

RGB 236 131 219 -
CMYK 0 0.44 0.07 0.07
HSL 309.71º 0.73% 0.72% -
HSV(B) 309.71º 0.44% 0.93% -
XYZ 55.49 39.18 71.66 -
YUV 172.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 236 131 219 0 0.44 0.07 0.07 309.71 0.73 0.72
Hex EC 83 DB 0 2C 7 7 136 49 48
Octal 354 203 333 0 54 7 7 466 111 110
Binary 11101100 10000011 11011011 0 101100 111 111 100110110 1001001 1001000

Color Harmonies of #EC83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83DB

Black with #EC83DB

Text Example


Text Example

White with #EC83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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