Html Css Color HEX #E19BEC Plum

📋 copy color: '#E19BEC'

red 225 ◦ green 155 ◦ blue 236

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

Shades of Plum #E19BEC

Tints of Plum #E19BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 36.53%
G = 25.16%
B = 38.31%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E19BEC (or 0xE19BEC) is known color: Plum. HEX triplet: E1, 9B and EC. RGB value is (225,155,236). Sum of RGB (Red+Green+Blue) = 225+155+236=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E19BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BEC is #1E6413. Grayscale: #B8B8B8. Windows color (decimal): -1991700 or 15506401. OLE color: 15506401.

HSL color Cylindrical-coordinate representation of color #E19BEC: hue angle of 291.85º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19BEC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 155 236 -
CMYK 0.05 0.34 0 0.07
HSL 291.85º 0.68% 0.77% -
HSV(B) 291.85º 0.34% 0.93% -
XYZ 57.91 45.51 85.09 -
YUV 185.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 225 155 236 0.05 0.34 0 0.07 291.85 0.68 0.77
Hex E1 9B EC 5 22 0 7 124 44 4D
Octal 341 233 354 5 42 0 7 444 104 115
Binary 11100001 10011011 11101100 101 100010 0 111 100100100 1000100 1001101

Color Harmonies of #E19BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BEC

Black with #E19BEC

Text Example


Text Example

White with #E19BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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