Html Css Color HEX #E19BEB Plum

📋 copy color: '#E19BEB'

red 225 ◦ green 155 ◦ blue 235

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

Shades of Plum #E19BEB

Tints of Plum #E19BEB

RGB

 RED value IS 225 (88.28% from 255) = 36.59%

 GREEN value IS 155 (60.94% from 255) = 25.2%

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

R = 36.59%
G = 25.2%
B = 38.21%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E19BEB (or 0xE19BEB) is known color: Plum. HEX triplet: E1, 9B and EB. RGB value is (225,155,235). Sum of RGB (Red+Green+Blue) = 225+155+235=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BEB is #1E6414. Grayscale: #B8B8B8. Windows color (decimal): -1991701 or 15440865. OLE color: 15440865.

HSL color Cylindrical-coordinate representation of color #E19BEB: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19BEB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 155 235 -
CMYK 0.04 0.34 0 0.08
HSL 292.5º 0.67% 0.76% -
HSV(B) 292.5º 0.34% 0.92% -
XYZ 57.77 45.45 84.32 -
YUV 185.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 225 155 235 0.04 0.34 0 0.08 292.5 0.67 0.76
Hex E1 9B EB 4 22 0 8 124 43 4C
Octal 341 233 353 4 42 0 10 444 103 114
Binary 11100001 10011011 11101011 100 100010 0 1000 100100100 1000011 1001100

Color Harmonies of #E19BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BEB

Black with #E19BEB

Text Example


Text Example

White with #E19BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BEB; }

 p { color: rgb(225,155,235); }

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

background-color css

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

 a { background-color: rgb(225,155,235); }

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

border-color css

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

 span { border-color: rgb(225,155,235); }

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