Html Css Color HEX #EE73DD Pale Magenta

📋 copy color: '#EE73DD'

red 238 ◦ green 115 ◦ blue 221

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

Shades of Pale Magenta #EE73DD

Tints of Pale Magenta #EE73DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 41.46%
G = 20.03%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE73DD (or 0xEE73DD) is known color: Pale Magenta. HEX triplet: EE, 73 and DD. RGB value is (238,115,221). Sum of RGB (Red+Green+Blue) = 238+115+221=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73DD is #118C22. Grayscale: #A3A3A3. Windows color (decimal): -1149987 or 14513134. OLE color: 14513134.

HSL color Cylindrical-coordinate representation of color #EE73DD: hue angle of 308.29º 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 #EE73DD is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 115 221 -
CMYK 0 0.52 0.07 0.07
HSL 308.29º 0.78% 0.69% -
HSV(B) 308.29º 0.52% 0.93% -
XYZ 54.44 35.66 72.42 -
YUV 163.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 238 115 221 0 0.52 0.07 0.07 308.29 0.78 0.69
Hex EE 73 DD 0 34 7 7 134 4E 45
Octal 356 163 335 0 64 7 7 464 116 105
Binary 11101110 1110011 11011101 0 110100 111 111 100110100 1001110 1000101

Color Harmonies of #EE73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73DD

Black with #EE73DD

Text Example


Text Example

White with #EE73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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