Html Css Color HEX #EC7CE0 Pale Magenta

📋 copy color: '#EC7CE0'

red 236 ◦ green 124 ◦ blue 224

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

Shades of Pale Magenta #EC7CE0

Tints of Pale Magenta #EC7CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.23%

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 40.41%
G = 21.23%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC7CE0 (or 0xEC7CE0) is known color: Pale Magenta. HEX triplet: EC, 7C and E0. RGB value is (236,124,224). Sum of RGB (Red+Green+Blue) = 236+124+224=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CE0 is #13831F. Grayscale: #A8A8A8. Windows color (decimal): -1278752 or 14712044. OLE color: 14712044.

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

Color convert

RGB 236 124 224 -
CMYK 0 0.47 0.05 0.07
HSL 306.43º 0.75% 0.71% -
HSV(B) 306.43º 0.47% 0.93% -
XYZ 55.25 37.63 74.87 -
YUV 168.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 236 124 224 0 0.47 0.05 0.07 306.43 0.75 0.71
Hex EC 7C E0 0 2F 5 7 132 4B 47
Octal 354 174 340 0 57 5 7 462 113 107
Binary 11101100 1111100 11100000 0 101111 101 111 100110010 1001011 1000111

Color Harmonies of #EC7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CE0

Black with #EC7CE0

Text Example


Text Example

White with #EC7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CE0; }

 p { color: rgb(236,124,224); }

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

background-color css

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

 a { background-color: rgb(236,124,224); }

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

border-color css

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

 span { border-color: rgb(236,124,224); }

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