Html Css Color HEX #E19CEB Plum

📋 copy color: '#E19CEB'

red 225 ◦ green 156 ◦ blue 235

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

Shades of Plum #E19CEB

Tints of Plum #E19CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.32%

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

R = 36.53%
G = 25.32%
B = 38.15%

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

#E19CEB (or 0xE19CEB) is known color: Plum. HEX triplet: E1, 9C and EB. RGB value is (225,156,235). Sum of RGB (Red+Green+Blue) = 225+156+235=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CEB is #1E6314. Grayscale: #B9B9B9. Windows color (decimal): -1991445 or 15441121. OLE color: 15441121.

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

Color convert

RGB 225 156 235 -
CMYK 0.04 0.34 0 0.08
HSL 292.41º 0.66% 0.77% -
HSV(B) 292.41º 0.34% 0.92% -
XYZ 57.94 45.78 84.38 -
YUV 185.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 225 156 235 0.04 0.34 0 0.08 292.41 0.66 0.77
Hex E1 9C EB 4 22 0 8 124 42 4D
Octal 341 234 353 4 42 0 10 444 102 115
Binary 11100001 10011100 11101011 100 100010 0 1000 100100100 1000010 1001101

Color Harmonies of #E19CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CEB

Black with #E19CEB

Text Example


Text Example

White with #E19CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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