Html Css Color HEX #EE83D2 Pale Magenta

📋 copy color: '#EE83D2'

red 238 ◦ green 131 ◦ blue 210

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

Shades of Pale Magenta #EE83D2

Tints of Pale Magenta #EE83D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 41.11%
G = 22.63%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE83D2 (or 0xEE83D2) is known color: Pale Magenta. HEX triplet: EE, 83 and D2. RGB value is (238,131,210). Sum of RGB (Red+Green+Blue) = 238+131+210=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83D2 is #117C2D. Grayscale: #ABABAB. Windows color (decimal): -1145902 or 13796334. OLE color: 13796334.

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

Color convert

RGB 238 131 210 -
CMYK 0 0.45 0.12 0.07
HSL 315.7º 0.76% 0.72% -
HSV(B) 315.7º 0.45% 0.93% -
XYZ 55.01 39.06 65.61 -
YUV 172 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 238 131 210 0 0.45 0.12 0.07 315.7 0.76 0.72
Hex EE 83 D2 0 2D C 7 13C 4C 48
Octal 356 203 322 0 55 14 7 474 114 110
Binary 11101110 10000011 11010010 0 101101 1100 111 100111100 1001100 1001000

Color Harmonies of #EE83D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE83D2

Black with #EE83D2

Text Example


Text Example

White with #EE83D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE83D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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