Html Css Color HEX #EEB0F1 Plum

📋 copy color: '#EEB0F1'

red 238 ◦ green 176 ◦ blue 241

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

Shades of Plum #EEB0F1

Tints of Plum #EEB0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 36.34%
G = 26.87%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEB0F1 (or 0xEEB0F1) is known color: Plum. HEX triplet: EE, B0 and F1. RGB value is (238,176,241). Sum of RGB (Red+Green+Blue) = 238+176+241=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0F1 is #114F0E. Grayscale: #C9C9C9. Windows color (decimal): -1134351 or 15839470. OLE color: 15839470.

HSL color Cylindrical-coordinate representation of color #EEB0F1: hue angle of 297.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB0F1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 176 241 -
CMYK 0.01 0.27 0 0.05
HSL 297.23º 0.7% 0.82% -
HSV(B) 297.23º 0.27% 0.95% -
XYZ 66.66 55.58 90.43 -
YUV 201.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 238 176 241 0.01 0.27 0 0.05 297.23 0.7 0.82
Hex EE B0 F1 1 1B 0 5 129 46 52
Octal 356 260 361 1 33 0 5 451 106 122
Binary 11101110 10110000 11110001 1 11011 0 101 100101001 1000110 1010010

Color Harmonies of #EEB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0F1

Black with #EEB0F1

Text Example


Text Example

White with #EEB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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