Html Css Color HEX #EEB0EE Plum

📋 copy color: '#EEB0EE'

red 238 ◦ green 176 ◦ blue 238

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

Shades of Plum #EEB0EE

Tints of Plum #EEB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.99%

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 36.5%
G = 26.99%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEB0EE (or 0xEEB0EE) is known color: Plum. HEX triplet: EE, B0 and EE. RGB value is (238,176,238). Sum of RGB (Red+Green+Blue) = 238+176+238=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0EE is #114F11. Grayscale: #C9C9C9. Windows color (decimal): -1134354 or 15642862. OLE color: 15642862.

HSL color Cylindrical-coordinate representation of color #EEB0EE: hue angle of 300º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0EE is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 238 -
CMYK 0 0.26 0 0.07
HSL 300º 0.65% 0.81% -
HSV(B) 300º 0.26% 0.93% -
XYZ 66.22 55.4 88.09 -
YUV 201.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 238 176 238 0 0.26 0 0.07 300 0.65 0.81
Hex EE B0 EE 0 1A 0 7 12C 41 51
Octal 356 260 356 0 32 0 7 454 101 121
Binary 11101110 10110000 11101110 0 11010 0 111 100101100 1000001 1010001

Color Harmonies of #EEB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0EE

Black with #EEB0EE

Text Example


Text Example

White with #EEB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0EE; }

 p { color: rgb(238,176,238); }

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

background-color css

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

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

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

border-color css

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

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

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