Html Css Color HEX #EC7FDA Pale Magenta

📋 copy color: '#EC7FDA'

red 236 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #EC7FDA

Tints of Pale Magenta #EC7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.86%

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

R = 40.62%
G = 21.86%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC7FDA (or 0xEC7FDA) is known color: Pale Magenta. HEX triplet: EC, 7F and DA. RGB value is (236,127,218). Sum of RGB (Red+Green+Blue) = 236+127+218=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FDA is #138025. Grayscale: #A9A9A9. Windows color (decimal): -1277990 or 14319596. OLE color: 14319596.

HSL color Cylindrical-coordinate representation of color #EC7FDA: hue angle of 309.91º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FDA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 218 -
CMYK 0 0.46 0.08 0.07
HSL 309.91º 0.74% 0.71% -
HSV(B) 309.91º 0.46% 0.93% -
XYZ 54.84 38.07 70.79 -
YUV 169.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 236 127 218 0 0.46 0.08 0.07 309.91 0.74 0.71
Hex EC 7F DA 0 2E 8 7 136 4A 47
Octal 354 177 332 0 56 10 7 466 112 107
Binary 11101100 1111111 11011010 0 101110 1000 111 100110110 1001010 1000111

Color Harmonies of #EC7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FDA

Black with #EC7FDA

Text Example


Text Example

White with #EC7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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