Html Css Color HEX #EEA1EB Plum

📋 copy color: '#EEA1EB'

red 238 ◦ green 161 ◦ blue 235

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

Shades of Plum #EEA1EB

Tints of Plum #EEA1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.39%

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

R = 37.54%
G = 25.39%
B = 37.07%

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

#EEA1EB (or 0xEEA1EB) is known color: Plum. HEX triplet: EE, A1 and EB. RGB value is (238,161,235). Sum of RGB (Red+Green+Blue) = 238+161+235=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1EB is #115E14. Grayscale: #C0C0C0. Windows color (decimal): -1138197 or 15442414. OLE color: 15442414.

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

Color convert

RGB 238 161 235 -
CMYK 0 0.32 0.01 0.07
HSL 302.34º 0.69% 0.78% -
HSV(B) 302.34º 0.32% 0.93% -
XYZ 63 49.67 84.86 -
YUV 192.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 238 161 235 0 0.32 0.01 0.07 302.34 0.69 0.78
Hex EE A1 EB 0 20 1 7 12E 45 4E
Octal 356 241 353 0 40 1 7 456 105 116
Binary 11101110 10100001 11101011 0 100000 1 111 100101110 1000101 1001110

Color Harmonies of #EEA1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA1EB

Black with #EEA1EB

Text Example


Text Example

White with #EEA1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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