Html Css Color HEX #EEB2F1 Plum

📋 copy color: '#EEB2F1'

red 238 ◦ green 178 ◦ blue 241

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

Shades of Plum #EEB2F1

Tints of Plum #EEB2F1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.09%

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

R = 36.23%
G = 27.09%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEB2F1 (or 0xEEB2F1) is known color: Plum. HEX triplet: EE, B2 and F1. RGB value is (238,178,241). Sum of RGB (Red+Green+Blue) = 238+178+241=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2F1 is #114D0E. Grayscale: #CACACA. Windows color (decimal): -1133839 or 15839982. OLE color: 15839982.

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

Color convert

RGB 238 178 241 -
CMYK 0.01 0.26 0 0.05
HSL 297.14º 0.69% 0.82% -
HSV(B) 297.14º 0.26% 0.95% -
XYZ 67.06 56.37 90.57 -
YUV 203.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 238 178 241 0.01 0.26 0 0.05 297.14 0.69 0.82
Hex EE B2 F1 1 1A 0 5 129 45 52
Octal 356 262 361 1 32 0 5 451 105 122
Binary 11101110 10110010 11110001 1 11010 0 101 100101001 1000101 1010010

Color Harmonies of #EEB2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2F1

Black with #EEB2F1

Text Example


Text Example

White with #EEB2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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