Html Css Color HEX #EC7BDA Pale Magenta

📋 copy color: '#EC7BDA'

red 236 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #EC7BDA

Tints of Pale Magenta #EC7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.32%

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

R = 40.9%
G = 21.32%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC7BDA (or 0xEC7BDA) is known color: Pale Magenta. HEX triplet: EC, 7B and DA. RGB value is (236,123,218). Sum of RGB (Red+Green+Blue) = 236+123+218=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BDA is #138425. Grayscale: #A7A7A7. Windows color (decimal): -1279014 or 14318572. OLE color: 14318572.

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

Color convert

RGB 236 123 218 -
CMYK 0 0.48 0.08 0.07
HSL 309.56º 0.75% 0.7% -
HSV(B) 309.56º 0.48% 0.93% -
XYZ 54.33 37.06 70.62 -
YUV 167.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 236 123 218 0 0.48 0.08 0.07 309.56 0.75 0.7
Hex EC 7B DA 0 30 8 7 136 4B 46
Octal 354 173 332 0 60 10 7 466 113 106
Binary 11101100 1111011 11011010 0 110000 1000 111 100110110 1001011 1000110

Color Harmonies of #EC7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BDA

Black with #EC7BDA

Text Example


Text Example

White with #EC7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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