Html Css Color HEX #EEB3F1 Plum

📋 copy color: '#EEB3F1'

red 238 ◦ green 179 ◦ blue 241

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

Shades of Plum #EEB3F1

Tints of Plum #EEB3F1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.2%

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

R = 36.17%
G = 27.2%
B = 36.63%

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

#EEB3F1 (or 0xEEB3F1) is known color: Plum. HEX triplet: EE, B3 and F1. RGB value is (238,179,241). Sum of RGB (Red+Green+Blue) = 238+179+241=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB3F1 is #114C0E. Grayscale: #CBCBCB. Windows color (decimal): -1133583 or 15840238. OLE color: 15840238.

HSL color Cylindrical-coordinate representation of color #EEB3F1: hue angle of 297.1º 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 #EEB3F1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 179 241 -
CMYK 0.01 0.26 0 0.05
HSL 297.1º 0.69% 0.82% -
HSV(B) 297.1º 0.26% 0.95% -
XYZ 67.26 56.77 90.63 -
YUV 203.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 238 179 241 0.01 0.26 0 0.05 297.1 0.69 0.82
Hex EE B3 F1 1 1A 0 5 129 45 52
Octal 356 263 361 1 32 0 5 451 105 122
Binary 11101110 10110011 11110001 1 11010 0 101 100101001 1000101 1010010

Color Harmonies of #EEB3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB3F1

Black with #EEB3F1

Text Example


Text Example

White with #EEB3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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