Html Css Color HEX #EEB1EF Plum

📋 copy color: '#EEB1EF'

red 238 ◦ green 177 ◦ blue 239

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

Shades of Plum #EEB1EF

Tints of Plum #EEB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.06%

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 36.39%
G = 27.06%
B = 36.54%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEB1EF (or 0xEEB1EF) is known color: Plum. HEX triplet: EE, B1 and EF. RGB value is (238,177,239). Sum of RGB (Red+Green+Blue) = 238+177+239=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1EF is #114E10. Grayscale: #CACACA. Windows color (decimal): -1134097 or 15708654. OLE color: 15708654.

HSL color Cylindrical-coordinate representation of color #EEB1EF: hue angle of 299.03º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1EF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 177 239 -
CMYK 0.00 0.26 0 0.06
HSL 299.03º 0.66% 0.82% -
HSV(B) 299.03º 0.26% 0.94% -
XYZ 66.56 55.85 88.93 -
YUV 202.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 238 177 239 0.00 0.26 0 0.06 299.03 0.66 0.82
Hex EE B1 EF 0 1A 0 6 12B 42 52
Octal 356 261 357 0 32 0 6 453 102 122
Binary 11101110 10110001 11101111 0 11010 0 110 100101011 1000010 1010010

Color Harmonies of #EEB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1EF

Black with #EEB1EF

Text Example


Text Example

White with #EEB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1EF; }

 p { color: rgb(238,177,239); }

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

background-color css

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

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

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

border-color css

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

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

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