Html Css Color HEX #E7B1EE Plum

📋 copy color: '#E7B1EE'

red 231 ◦ green 177 ◦ blue 238

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

Shades of Plum #E7B1EE

Tints of Plum #E7B1EE

RGB

 RED value IS 231 (90.63% from 255) = 35.76%

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

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

R = 35.76%
G = 27.4%
B = 36.84%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7B1EE (or 0xE7B1EE) is known color: Plum. HEX triplet: E7, B1 and EE. RGB value is (231,177,238). Sum of RGB (Red+Green+Blue) = 231+177+238=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7B1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B1EE is #184E11. Grayscale: #C7C7C7. Windows color (decimal): -1592850 or 15643111. OLE color: 15643111.

HSL color Cylindrical-coordinate representation of color #E7B1EE: hue angle of 293.11º degrees, saturation: 0.64, 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 #E7B1EE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 177 238 -
CMYK 0.03 0.26 0 0.07
HSL 293.11º 0.64% 0.81% -
HSV(B) 293.11º 0.26% 0.93% -
XYZ 64.11 54.61 88.05 -
YUV 200.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 231 177 238 0.03 0.26 0 0.07 293.11 0.64 0.81
Hex E7 B1 EE 3 1A 0 7 125 40 51
Octal 347 261 356 3 32 0 7 445 100 121
Binary 11100111 10110001 11101110 11 11010 0 111 100100101 1000000 1010001

Color Harmonies of #E7B1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B1EE

Black with #E7B1EE

Text Example


Text Example

White with #E7B1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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