Html Css Color HEX #EEA2EE Plum

📋 copy color: '#EEA2EE'

red 238 ◦ green 162 ◦ blue 238

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

Shades of Plum #EEA2EE

Tints of Plum #EEA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 37.3%
G = 25.39%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEA2EE (or 0xEEA2EE) is known color: Plum. HEX triplet: EE, A2 and EE. RGB value is (238,162,238). Sum of RGB (Red+Green+Blue) = 238+162+238=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EE is #115D11. Grayscale: #C1C1C1. Windows color (decimal): -1137938 or 15639278. OLE color: 15639278.

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

Color convert

RGB 238 162 238 -
CMYK 0 0.32 0 0.07
HSL 300º 0.69% 0.78% -
HSV(B) 300º 0.32% 0.93% -
XYZ 63.61 50.19 87.22 -
YUV 193.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 238 162 238 0 0.32 0 0.07 300 0.69 0.78
Hex EE A2 EE 0 20 0 7 12C 45 4E
Octal 356 242 356 0 40 0 7 454 105 116
Binary 11101110 10100010 11101110 0 100000 0 111 100101100 1000101 1001110

Color Harmonies of #EEA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2EE

Black with #EEA2EE

Text Example


Text Example

White with #EEA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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