Html Css Color HEX #E19DEB Plum

📋 copy color: '#E19DEB'

red 225 ◦ green 157 ◦ blue 235

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

Shades of Plum #E19DEB

Tints of Plum #E19DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.45%

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

R = 36.47%
G = 25.45%
B = 38.09%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E19DEB (or 0xE19DEB) is known color: Plum. HEX triplet: E1, 9D and EB. RGB value is (225,157,235). Sum of RGB (Red+Green+Blue) = 225+157+235=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DEB is #1E6214. Grayscale: #B9B9B9. Windows color (decimal): -1991189 or 15441377. OLE color: 15441377.

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

Color convert

RGB 225 157 235 -
CMYK 0.04 0.33 0 0.08
HSL 292.31º 0.66% 0.77% -
HSV(B) 292.31º 0.33% 0.92% -
XYZ 58.1 46.12 84.44 -
YUV 186.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 225 157 235 0.04 0.33 0 0.08 292.31 0.66 0.77
Hex E1 9D EB 4 21 0 8 124 42 4D
Octal 341 235 353 4 41 0 10 444 102 115
Binary 11100001 10011101 11101011 100 100001 0 1000 100100100 1000010 1001101

Color Harmonies of #E19DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DEB

Black with #E19DEB

Text Example


Text Example

White with #E19DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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