Html Css Color HEX #EEA1EC Plum

📋 copy color: '#EEA1EC'

red 238 ◦ green 161 ◦ blue 236

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

Shades of Plum #EEA1EC

Tints of Plum #EEA1EC

RGB

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

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

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

R = 37.48%
G = 25.35%
B = 37.17%

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

#EEA1EC (or 0xEEA1EC) is known color: Plum. HEX triplet: EE, A1 and EC. RGB value is (238,161,236). Sum of RGB (Red+Green+Blue) = 238+161+236=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1EC is #115E13. Grayscale: #C0C0C0. Windows color (decimal): -1138196 or 15507950. OLE color: 15507950.

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

Color convert

RGB 238 161 236 -
CMYK 0 0.32 0.01 0.07
HSL 301.56º 0.69% 0.78% -
HSV(B) 301.56º 0.32% 0.93% -
XYZ 63.15 49.72 85.63 -
YUV 192.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 238 161 236 0 0.32 0.01 0.07 301.56 0.69 0.78
Hex EE A1 EC 0 20 1 7 12E 45 4E
Octal 356 241 354 0 40 1 7 456 105 116
Binary 11101110 10100001 11101100 0 100000 1 111 100101110 1000101 1001110

Color Harmonies of #EEA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA1EC

Black with #EEA1EC

Text Example


Text Example

White with #EEA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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