Html Css Color HEX #E7B3EE Plum

📋 copy color: '#E7B3EE'

red 231 ◦ green 179 ◦ blue 238

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

Shades of Plum #E7B3EE

Tints of Plum #E7B3EE

RGB

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

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

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

R = 35.65%
G = 27.62%
B = 36.73%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7B3EE (or 0xE7B3EE) is known color: Plum. HEX triplet: E7, B3 and EE. RGB value is (231,179,238). Sum of RGB (Red+Green+Blue) = 231+179+238=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7B3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3EE is #184C11. Grayscale: #C9C9C9. Windows color (decimal): -1592338 or 15643623. OLE color: 15643623.

HSL color Cylindrical-coordinate representation of color #E7B3EE: hue angle of 292.88º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B3EE is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 179 238 -
CMYK 0.03 0.25 0 0.07
HSL 292.88º 0.63% 0.82% -
HSV(B) 292.88º 0.25% 0.93% -
XYZ 64.51 55.4 88.18 -
YUV 201.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 231 179 238 0.03 0.25 0 0.07 292.88 0.63 0.82
Hex E7 B3 EE 3 19 0 7 125 3F 52
Octal 347 263 356 3 31 0 7 445 77 122
Binary 11100111 10110011 11101110 11 11001 0 111 100100101 111111 1010010

Color Harmonies of #E7B3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B3EE

Black with #E7B3EE

Text Example


Text Example

White with #E7B3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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