Html Css Color HEX #E5B2EA Plum

📋 copy color: '#E5B2EA'

red 229 ◦ green 178 ◦ blue 234

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

Shades of Plum #E5B2EA

Tints of Plum #E5B2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 35.73%
G = 27.77%
B = 36.51%

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

#E5B2EA (or 0xE5B2EA) is known color: Plum. HEX triplet: E5, B2 and EA. RGB value is (229,178,234). Sum of RGB (Red+Green+Blue) = 229+178+234=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5B2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2EA is #1A4D15. Grayscale: #C7C7C7. Windows color (decimal): -1723670 or 15381221. OLE color: 15381221.

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

Color convert

RGB 229 178 234 -
CMYK 0.02 0.24 0 0.08
HSL 294.64º 0.57% 0.81% -
HSV(B) 294.64º 0.24% 0.92% -
XYZ 63.08 54.44 85.02 -
YUV 199.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 229 178 234 0.02 0.24 0 0.08 294.64 0.57 0.81
Hex E5 B2 EA 2 18 0 8 127 39 51
Octal 345 262 352 2 30 0 10 447 71 121
Binary 11100101 10110010 11101010 10 11000 0 1000 100100111 111001 1010001

Color Harmonies of #E5B2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B2EA

Black with #E5B2EA

Text Example


Text Example

White with #E5B2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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