Html Css Color HEX #EC83DA Pale Magenta

📋 copy color: '#EC83DA'

red 236 ◦ green 131 ◦ blue 218

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

Shades of Pale Magenta #EC83DA

Tints of Pale Magenta #EC83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 40.34%
G = 22.39%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC83DA (or 0xEC83DA) is known color: Pale Magenta. HEX triplet: EC, 83 and DA. RGB value is (236,131,218). Sum of RGB (Red+Green+Blue) = 236+131+218=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83DA is #137C25. Grayscale: #ACACAC. Windows color (decimal): -1276966 or 14320620. OLE color: 14320620.

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

Color convert

RGB 236 131 218 -
CMYK 0 0.44 0.08 0.07
HSL 310.29º 0.73% 0.72% -
HSV(B) 310.29º 0.44% 0.93% -
XYZ 55.36 39.13 70.96 -
YUV 172.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 236 131 218 0 0.44 0.08 0.07 310.29 0.73 0.72
Hex EC 83 DA 0 2C 8 7 136 49 48
Octal 354 203 332 0 54 10 7 466 111 110
Binary 11101100 10000011 11011010 0 101100 1000 111 100110110 1001001 1001000

Color Harmonies of #EC83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83DA

Black with #EC83DA

Text Example


Text Example

White with #EC83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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