Html Css Color HEX #EE82D2 Pale Magenta

📋 copy color: '#EE82D2'

red 238 ◦ green 130 ◦ blue 210

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

Shades of Pale Magenta #EE82D2

Tints of Pale Magenta #EE82D2

RGB

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

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

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

R = 41.18%
G = 22.49%
B = 36.33%

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

#EE82D2 (or 0xEE82D2) is known color: Pale Magenta. HEX triplet: EE, 82 and D2. RGB value is (238,130,210). Sum of RGB (Red+Green+Blue) = 238+130+210=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82D2 is #117D2D. Grayscale: #ABABAB. Windows color (decimal): -1146158 or 13796078. OLE color: 13796078.

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

Color convert

RGB 238 130 210 -
CMYK 0 0.45 0.12 0.07
HSL 315.56º 0.76% 0.72% -
HSV(B) 315.56º 0.45% 0.93% -
XYZ 54.88 38.8 65.57 -
YUV 171.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 238 130 210 0 0.45 0.12 0.07 315.56 0.76 0.72
Hex EE 82 D2 0 2D C 7 13C 4C 48
Octal 356 202 322 0 55 14 7 474 114 110
Binary 11101110 10000010 11010010 0 101101 1100 111 100111100 1001100 1001000

Color Harmonies of #EE82D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82D2

Black with #EE82D2

Text Example


Text Example

White with #EE82D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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