Html Css Color HEX #EC77DA Pale Magenta

📋 copy color: '#EC77DA'

red 236 ◦ green 119 ◦ blue 218

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

Shades of Pale Magenta #EC77DA

Tints of Pale Magenta #EC77DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.77%

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

R = 41.19%
G = 20.77%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC77DA (or 0xEC77DA) is known color: Pale Magenta. HEX triplet: EC, 77 and DA. RGB value is (236,119,218). Sum of RGB (Red+Green+Blue) = 236+119+218=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77DA is #138825. Grayscale: #A4A4A4. Windows color (decimal): -1280038 or 14317548. OLE color: 14317548.

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

Color convert

RGB 236 119 218 -
CMYK 0 0.50 0.08 0.07
HSL 309.23º 0.75% 0.7% -
HSV(B) 309.23º 0.5% 0.93% -
XYZ 53.84 36.09 70.46 -
YUV 165.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 236 119 218 0 0.50 0.08 0.07 309.23 0.75 0.7
Hex EC 77 DA 0 32 8 7 135 4B 46
Octal 354 167 332 0 62 10 7 465 113 106
Binary 11101100 1110111 11011010 0 110010 1000 111 100110101 1001011 1000110

Color Harmonies of #EC77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77DA

Black with #EC77DA

Text Example


Text Example

White with #EC77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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