Html Css Color HEX #E19BEA Plum

📋 copy color: '#E19BEA'

red 225 ◦ green 155 ◦ blue 234

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

Shades of Plum #E19BEA

Tints of Plum #E19BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 36.64%
G = 25.24%
B = 38.11%

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

#E19BEA (or 0xE19BEA) is known color: Plum. HEX triplet: E1, 9B and EA. RGB value is (225,155,234). Sum of RGB (Red+Green+Blue) = 225+155+234=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BEA is #1E6415. Grayscale: #B8B8B8. Windows color (decimal): -1991702 or 15375329. OLE color: 15375329.

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

Color convert

RGB 225 155 234 -
CMYK 0.04 0.34 0 0.08
HSL 293.16º 0.65% 0.76% -
HSV(B) 293.16º 0.34% 0.92% -
XYZ 57.62 45.39 83.57 -
YUV 184.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 225 155 234 0.04 0.34 0 0.08 293.16 0.65 0.76
Hex E1 9B EA 4 22 0 8 125 41 4C
Octal 341 233 352 4 42 0 10 445 101 114
Binary 11100001 10011011 11101010 100 100010 0 1000 100100101 1000001 1001100

Color Harmonies of #E19BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BEA

Black with #E19BEA

Text Example


Text Example

White with #E19BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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