Html Css Color HEX #E19EEB Plum

📋 copy color: '#E19EEB'

red 225 ◦ green 158 ◦ blue 235

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

Shades of Plum #E19EEB

Tints of Plum #E19EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.57%

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

R = 36.41%
G = 25.57%
B = 38.03%

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

#E19EEB (or 0xE19EEB) is known color: Plum. HEX triplet: E1, 9E and EB. RGB value is (225,158,235). Sum of RGB (Red+Green+Blue) = 225+158+235=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EEB is #1E6114. Grayscale: #BABABA. Windows color (decimal): -1990933 or 15441633. OLE color: 15441633.

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

Color convert

RGB 225 158 235 -
CMYK 0.04 0.33 0 0.08
HSL 292.21º 0.66% 0.77% -
HSV(B) 292.21º 0.33% 0.92% -
XYZ 58.27 46.46 84.49 -
YUV 186.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 225 158 235 0.04 0.33 0 0.08 292.21 0.66 0.77
Hex E1 9E EB 4 21 0 8 124 42 4D
Octal 341 236 353 4 41 0 10 444 102 115
Binary 11100001 10011110 11101011 100 100001 0 1000 100100100 1000010 1001101

Color Harmonies of #E19EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19EEB

Black with #E19EEB

Text Example


Text Example

White with #E19EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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