Html Css Color HEX #E7B2EB Plum

📋 copy color: '#E7B2EB'

red 231 ◦ green 178 ◦ blue 235

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

Shades of Plum #E7B2EB

Tints of Plum #E7B2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 35.87%
G = 27.64%
B = 36.49%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7B2EB (or 0xE7B2EB) is known color: Plum. HEX triplet: E7, B2 and EB. RGB value is (231,178,235). Sum of RGB (Red+Green+Blue) = 231+178+235=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7B2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B2EB is #184D14. Grayscale: #C8C8C8. Windows color (decimal): -1592597 or 15446759. OLE color: 15446759.

HSL color Cylindrical-coordinate representation of color #E7B2EB: hue angle of 295.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B2EB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 178 235 -
CMYK 0.02 0.24 0 0.08
HSL 295.79º 0.59% 0.81% -
HSV(B) 295.79º 0.24% 0.92% -
XYZ 63.87 54.83 85.81 -
YUV 200.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 231 178 235 0.02 0.24 0 0.08 295.79 0.59 0.81
Hex E7 B2 EB 2 18 0 8 128 3B 51
Octal 347 262 353 2 30 0 10 450 73 121
Binary 11100111 10110010 11101011 10 11000 0 1000 100101000 111011 1010001

Color Harmonies of #E7B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B2EB

Black with #E7B2EB

Text Example


Text Example

White with #E7B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B2EB; }

 p { color: rgb(231,178,235); }

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

background-color css

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

 a { background-color: rgb(231,178,235); }

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

border-color css

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

 span { border-color: rgb(231,178,235); }

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