Html Css Color HEX #E19CEA Plum

📋 copy color: '#E19CEA'

red 225 ◦ green 156 ◦ blue 234

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

Shades of Plum #E19CEA

Tints of Plum #E19CEA

RGB

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

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

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

R = 36.59%
G = 25.37%
B = 38.05%

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

#E19CEA (or 0xE19CEA) is known color: Plum. HEX triplet: E1, 9C and EA. RGB value is (225,156,234). Sum of RGB (Red+Green+Blue) = 225+156+234=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CEA is #1E6315. Grayscale: #B9B9B9. Windows color (decimal): -1991446 or 15375585. OLE color: 15375585.

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

Color convert

RGB 225 156 234 -
CMYK 0.04 0.33 0 0.08
HSL 293.08º 0.65% 0.76% -
HSV(B) 293.08º 0.33% 0.92% -
XYZ 57.79 45.73 83.62 -
YUV 185.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 225 156 234 0.04 0.33 0 0.08 293.08 0.65 0.76
Hex E1 9C EA 4 21 0 8 125 41 4C
Octal 341 234 352 4 41 0 10 445 101 114
Binary 11100001 10011100 11101010 100 100001 0 1000 100100101 1000001 1001100

Color Harmonies of #E19CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CEA

Black with #E19CEA

Text Example


Text Example

White with #E19CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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