Html Css Color HEX #EE73DC Pale Magenta

📋 copy color: '#EE73DC'

red 238 ◦ green 115 ◦ blue 220

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

Shades of Pale Magenta #EE73DC

Tints of Pale Magenta #EE73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.07%

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

R = 41.54%
G = 20.07%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE73DC (or 0xEE73DC) is known color: Pale Magenta. HEX triplet: EE, 73 and DC. RGB value is (238,115,220). Sum of RGB (Red+Green+Blue) = 238+115+220=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73DC is #118C23. Grayscale: #A3A3A3. Windows color (decimal): -1149988 or 14447598. OLE color: 14447598.

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

Color convert

RGB 238 115 220 -
CMYK 0 0.52 0.08 0.07
HSL 308.78º 0.78% 0.69% -
HSV(B) 308.78º 0.52% 0.93% -
XYZ 54.31 35.61 71.72 -
YUV 163.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 238 115 220 0 0.52 0.08 0.07 308.78 0.78 0.69
Hex EE 73 DC 0 34 8 7 135 4E 45
Octal 356 163 334 0 64 10 7 465 116 105
Binary 11101110 1110011 11011100 0 110100 1000 111 100110101 1001110 1000101

Color Harmonies of #EE73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73DC

Black with #EE73DC

Text Example


Text Example

White with #EE73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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