Html Css Color HEX #EC7DDF Pale Magenta

📋 copy color: '#EC7DDF'

red 236 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #EC7DDF

Tints of Pale Magenta #EC7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.4%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 40.41%
G = 21.4%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC7DDF (or 0xEC7DDF) is known color: Pale Magenta. HEX triplet: EC, 7D and DF. RGB value is (236,125,223). Sum of RGB (Red+Green+Blue) = 236+125+223=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDF is #138220. Grayscale: #A9A9A9. Windows color (decimal): -1278497 or 14646764. OLE color: 14646764.

HSL color Cylindrical-coordinate representation of color #EC7DDF: hue angle of 307.03º degrees, saturation: 0.74, 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 #EC7DDF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 223 -
CMYK 0 0.47 0.06 0.07
HSL 307.03º 0.74% 0.71% -
HSV(B) 307.03º 0.47% 0.93% -
XYZ 55.24 37.83 74.2 -
YUV 169.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 236 125 223 0 0.47 0.06 0.07 307.03 0.74 0.71
Hex EC 7D DF 0 2F 6 7 133 4A 47
Octal 354 175 337 0 57 6 7 463 112 107
Binary 11101100 1111101 11011111 0 101111 110 111 100110011 1001010 1000111

Color Harmonies of #EC7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DDF

Black with #EC7DDF

Text Example


Text Example

White with #EC7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DDF; }

 p { color: rgb(236,125,223); }

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

background-color css

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

 a { background-color: rgb(236,125,223); }

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

border-color css

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

 span { border-color: rgb(236,125,223); }

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