Html Css Color HEX #EEA0EB Plum

📋 copy color: '#EEA0EB'

red 238 ◦ green 160 ◦ blue 235

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

Shades of Plum #EEA0EB

Tints of Plum #EEA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.28%

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

R = 37.6%
G = 25.28%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEA0EB (or 0xEEA0EB) is known color: Plum. HEX triplet: EE, A0 and EB. RGB value is (238,160,235). Sum of RGB (Red+Green+Blue) = 238+160+235=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0EB is #115F14. Grayscale: #BFBFBF. Windows color (decimal): -1138453 or 15442158. OLE color: 15442158.

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

Color convert

RGB 238 160 235 -
CMYK 0 0.33 0.01 0.07
HSL 302.31º 0.7% 0.78% -
HSV(B) 302.31º 0.33% 0.93% -
XYZ 62.83 49.32 84.81 -
YUV 191.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 238 160 235 0 0.33 0.01 0.07 302.31 0.7 0.78
Hex EE A0 EB 0 21 1 7 12E 46 4E
Octal 356 240 353 0 41 1 7 456 106 116
Binary 11101110 10100000 11101011 0 100001 1 111 100101110 1000110 1001110

Color Harmonies of #EEA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0EB

Black with #EEA0EB

Text Example


Text Example

White with #EEA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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