Html Css Color HEX #EE83D8 Pale Magenta

📋 copy color: '#EE83D8'

red 238 ◦ green 131 ◦ blue 216

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

Shades of Pale Magenta #EE83D8

Tints of Pale Magenta #EE83D8

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.39%

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 40.68%
G = 22.39%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE83D8 (or 0xEE83D8) is known color: Pale Magenta. HEX triplet: EE, 83 and D8. RGB value is (238,131,216). Sum of RGB (Red+Green+Blue) = 238+131+216=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83D8 is #117C27. Grayscale: #ACACAC. Windows color (decimal): -1145896 or 14189550. OLE color: 14189550.

HSL color Cylindrical-coordinate representation of color #EE83D8: hue angle of 312.34º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE83D8 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 131 216 -
CMYK 0 0.45 0.09 0.07
HSL 312.34º 0.76% 0.72% -
HSV(B) 312.34º 0.45% 0.93% -
XYZ 55.77 39.37 69.63 -
YUV 172.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 238 131 216 0 0.45 0.09 0.07 312.34 0.76 0.72
Hex EE 83 D8 0 2D 9 7 138 4C 48
Octal 356 203 330 0 55 11 7 470 114 110
Binary 11101110 10000011 11011000 0 101101 1001 111 100111000 1001100 1001000

Color Harmonies of #EE83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE83D8

Black with #EE83D8

Text Example


Text Example

White with #EE83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE83D8; }

 p { color: rgb(238,131,216); }

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

background-color css

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

 a { background-color: rgb(238,131,216); }

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

border-color css

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

 span { border-color: rgb(238,131,216); }

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