Html Css Color HEX #EE82DA Pale Magenta

📋 copy color: '#EE82DA'

red 238 ◦ green 130 ◦ blue 218

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

Shades of Pale Magenta #EE82DA

Tints of Pale Magenta #EE82DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.18%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 40.61%
G = 22.18%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE82DA (or 0xEE82DA) is known color: Pale Magenta. HEX triplet: EE, 82 and DA. RGB value is (238,130,218). Sum of RGB (Red+Green+Blue) = 238+130+218=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82DA is #117D25. Grayscale: #ACACAC. Windows color (decimal): -1146150 or 14320366. OLE color: 14320366.

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

Color convert

RGB 238 130 218 -
CMYK 0 0.45 0.08 0.07
HSL 311.11º 0.76% 0.72% -
HSV(B) 311.11º 0.45% 0.93% -
XYZ 55.9 39.2 70.95 -
YUV 172.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 238 130 218 0 0.45 0.08 0.07 311.11 0.76 0.72
Hex EE 82 DA 0 2D 8 7 137 4C 48
Octal 356 202 332 0 55 10 7 467 114 110
Binary 11101110 10000010 11011010 0 101101 1000 111 100110111 1001100 1001000

Color Harmonies of #EE82DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82DA

Black with #EE82DA

Text Example


Text Example

White with #EE82DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82DA; }

 p { color: rgb(238,130,218); }

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

background-color css

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

 a { background-color: rgb(238,130,218); }

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

border-color css

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

 span { border-color: rgb(238,130,218); }

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