Html Css Color HEX #EEA2EC Plum

📋 copy color: '#EEA2EC'

red 238 ◦ green 162 ◦ blue 236

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

Shades of Plum #EEA2EC

Tints of Plum #EEA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.47%

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 37.42%
G = 25.47%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEA2EC (or 0xEEA2EC) is known color: Plum. HEX triplet: EE, A2 and EC. RGB value is (238,162,236). Sum of RGB (Red+Green+Blue) = 238+162+236=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EC is #115D13. Grayscale: #C0C0C0. Windows color (decimal): -1137940 or 15508206. OLE color: 15508206.

HSL color Cylindrical-coordinate representation of color #EEA2EC: hue angle of 301.58º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2EC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 236 -
CMYK 0 0.32 0.01 0.07
HSL 301.58º 0.69% 0.78% -
HSV(B) 301.58º 0.32% 0.93% -
XYZ 63.32 50.07 85.68 -
YUV 193.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 238 162 236 0 0.32 0.01 0.07 301.58 0.69 0.78
Hex EE A2 EC 0 20 1 7 12E 45 4E
Octal 356 242 354 0 40 1 7 456 105 116
Binary 11101110 10100010 11101100 0 100000 1 111 100101110 1000101 1001110

Color Harmonies of #EEA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2EC

Black with #EEA2EC

Text Example


Text Example

White with #EEA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2EC; }

 p { color: rgb(238,162,236); }

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

background-color css

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

 a { background-color: rgb(238,162,236); }

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

border-color css

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

 span { border-color: rgb(238,162,236); }

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