Html Css Color HEX #E4B1ED Plum

📋 copy color: '#E4B1ED'

red 228 ◦ green 177 ◦ blue 237

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

Shades of Plum #E4B1ED

Tints of Plum #E4B1ED

RGB

 RED value IS 228 (89.45% from 255) = 35.51%

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 35.51%
G = 27.57%
B = 36.92%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E4B1ED (or 0xE4B1ED) is known color: Plum. HEX triplet: E4, B1 and ED. RGB value is (228,177,237). Sum of RGB (Red+Green+Blue) = 228+177+237=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1ED is #1B4E12. Grayscale: #C6C6C6. Windows color (decimal): -1789459 or 15577572. OLE color: 15577572.

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

Color convert

RGB 228 177 237 -
CMYK 0.04 0.25 0 0.07
HSL 291º 0.63% 0.81% -
HSV(B) 291º 0.25% 0.93% -
XYZ 63 54.05 87.23 -
YUV 199.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 228 177 237 0.04 0.25 0 0.07 291 0.63 0.81
Hex E4 B1 ED 4 19 0 7 123 3E 51
Octal 344 261 355 4 31 0 7 443 76 121
Binary 11100100 10110001 11101101 100 11001 0 111 100100011 111110 1010001

Color Harmonies of #E4B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B1ED

Black with #E4B1ED

Text Example


Text Example

White with #E4B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B1ED; }

 p { color: rgb(228,177,237); }

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

background-color css

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

 a { background-color: rgb(228,177,237); }

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

border-color css

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

 span { border-color: rgb(228,177,237); }

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