Html Css Color HEX #EEA8EB Plum

📋 copy color: '#EEA8EB'

red 238 ◦ green 168 ◦ blue 235

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

Shades of Plum #EEA8EB

Tints of Plum #EEA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.21%

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

R = 37.13%
G = 26.21%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEA8EB (or 0xEEA8EB) is known color: Plum. HEX triplet: EE, A8 and EB. RGB value is (238,168,235). Sum of RGB (Red+Green+Blue) = 238+168+235=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EB is #115714. Grayscale: #C4C4C4. Windows color (decimal): -1136405 or 15444206. OLE color: 15444206.

HSL color Cylindrical-coordinate representation of color #EEA8EB: hue angle of 302.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8EB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 235 -
CMYK 0 0.29 0.01 0.07
HSL 302.57º 0.67% 0.8% -
HSV(B) 302.57º 0.29% 0.93% -
XYZ 64.26 52.18 85.28 -
YUV 196.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 238 168 235 0 0.29 0.01 0.07 302.57 0.67 0.8
Hex EE A8 EB 0 1D 1 7 12F 43 50
Octal 356 250 353 0 35 1 7 457 103 120
Binary 11101110 10101000 11101011 0 11101 1 111 100101111 1000011 1010000

Color Harmonies of #EEA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8EB

Black with #EEA8EB

Text Example


Text Example

White with #EEA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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