Html Css Color HEX #E5B2EB Plum

📋 copy color: '#E5B2EB'

red 229 ◦ green 178 ◦ blue 235

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

Shades of Plum #E5B2EB

Tints of Plum #E5B2EB

RGB

 RED value IS 229 (89.84% from 255) = 35.67%

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

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

R = 35.67%
G = 27.73%
B = 36.6%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5B2EB (or 0xE5B2EB) is known color: Plum. HEX triplet: E5, B2 and EB. RGB value is (229,178,235). Sum of RGB (Red+Green+Blue) = 229+178+235=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2EB is #1A4D14. Grayscale: #C7C7C7. Windows color (decimal): -1723669 or 15446757. OLE color: 15446757.

HSL color Cylindrical-coordinate representation of color #E5B2EB: hue angle of 293.68º 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 #E5B2EB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 178 235 -
CMYK 0.03 0.24 0 0.08
HSL 293.68º 0.59% 0.81% -
HSV(B) 293.68º 0.24% 0.92% -
XYZ 63.23 54.5 85.78 -
YUV 199.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 229 178 235 0.03 0.24 0 0.08 293.68 0.59 0.81
Hex E5 B2 EB 3 18 0 8 126 3B 51
Octal 345 262 353 3 30 0 10 446 73 121
Binary 11100101 10110010 11101011 11 11000 0 1000 100100110 111011 1010001

Color Harmonies of #E5B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B2EB

Black with #E5B2EB

Text Example


Text Example

White with #E5B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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