Html Css Color HEX #EEA2EB Plum

📋 copy color: '#EEA2EB'

red 238 ◦ green 162 ◦ blue 235

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

Shades of Plum #EEA2EB

Tints of Plum #EEA2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 37.48%
G = 25.51%
B = 37.01%

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

#EEA2EB (or 0xEEA2EB) is known color: Plum. HEX triplet: EE, A2 and EB. RGB value is (238,162,235). Sum of RGB (Red+Green+Blue) = 238+162+235=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EB is #115D14. Grayscale: #C0C0C0. Windows color (decimal): -1137941 or 15442670. OLE color: 15442670.

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

Color convert

RGB 238 162 235 -
CMYK 0 0.32 0.01 0.07
HSL 302.37º 0.69% 0.78% -
HSV(B) 302.37º 0.32% 0.93% -
XYZ 63.18 50.02 84.92 -
YUV 193.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 238 162 235 0 0.32 0.01 0.07 302.37 0.69 0.78
Hex EE A2 EB 0 20 1 7 12E 45 4E
Octal 356 242 353 0 40 1 7 456 105 116
Binary 11101110 10100010 11101011 0 100000 1 111 100101110 1000101 1001110

Color Harmonies of #EEA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2EB

Black with #EEA2EB

Text Example


Text Example

White with #EEA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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