Html Css Color HEX #EEA2EF Plum

📋 copy color: '#EEA2EF'

red 238 ◦ green 162 ◦ blue 239

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

Shades of Plum #EEA2EF

Tints of Plum #EEA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 37.25%
G = 25.35%
B = 37.4%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEA2EF (or 0xEEA2EF) is known color: Plum. HEX triplet: EE, A2 and EF. RGB value is (238,162,239). Sum of RGB (Red+Green+Blue) = 238+162+239=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EF is #115D10. Grayscale: #C1C1C1. Windows color (decimal): -1137937 or 15704814. OLE color: 15704814.

HSL color Cylindrical-coordinate representation of color #EEA2EF: hue angle of 299.22º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2EF is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 162 239 -
CMYK 0.00 0.32 0 0.06
HSL 299.22º 0.71% 0.79% -
HSV(B) 299.22º 0.32% 0.94% -
XYZ 63.76 50.25 88 -
YUV 193.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 238 162 239 0.00 0.32 0 0.06 299.22 0.71 0.79
Hex EE A2 EF 0 20 0 6 12B 47 4F
Octal 356 242 357 0 40 0 6 453 107 117
Binary 11101110 10100010 11101111 0 100000 0 110 100101011 1000111 1001111

Color Harmonies of #EEA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2EF

Black with #EEA2EF

Text Example


Text Example

White with #EEA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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