Html Css Color HEX #EE7CDC Pale Magenta

📋 copy color: '#EE7CDC'

red 238 ◦ green 124 ◦ blue 220

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

Shades of Pale Magenta #EE7CDC

Tints of Pale Magenta #EE7CDC

RGB

 RED value IS 238 (93.36% from 255) = 40.89%

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 40.89%
G = 21.31%
B = 37.8%

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

#EE7CDC (or 0xEE7CDC) is known color: Pale Magenta. HEX triplet: EE, 7C and DC. RGB value is (238,124,220). Sum of RGB (Red+Green+Blue) = 238+124+220=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CDC is #118323. Grayscale: #A8A8A8. Windows color (decimal): -1147684 or 14449902. OLE color: 14449902.

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

Color convert

RGB 238 124 220 -
CMYK 0 0.48 0.08 0.07
HSL 309.47º 0.77% 0.71% -
HSV(B) 309.47º 0.48% 0.93% -
XYZ 55.39 37.76 72.08 -
YUV 169.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 238 124 220 0 0.48 0.08 0.07 309.47 0.77 0.71
Hex EE 7C DC 0 30 8 7 135 4D 47
Octal 356 174 334 0 60 10 7 465 115 107
Binary 11101110 1111100 11011100 0 110000 1000 111 100110101 1001101 1000111

Color Harmonies of #EE7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7CDC

Black with #EE7CDC

Text Example


Text Example

White with #EE7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7CDC; }

 p { color: rgb(238,124,220); }

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

background-color css

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

 a { background-color: rgb(238,124,220); }

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

border-color css

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

 span { border-color: rgb(238,124,220); }

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