Html Css Color HEX #E191CE Plum

📋 copy color: '#E191CE'

red 225 ◦ green 145 ◦ blue 206

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

Shades of Plum #E191CE

Tints of Plum #E191CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.17%

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 39.06%
G = 25.17%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E191CE (or 0xE191CE) is known color: Plum. HEX triplet: E1, 91 and CE. RGB value is (225,145,206). Sum of RGB (Red+Green+Blue) = 225+145+206=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E191CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191CE is #1E6E31. Grayscale: #AFAFAF. Windows color (decimal): -1994290 or 13537761. OLE color: 13537761.

HSL color Cylindrical-coordinate representation of color #E191CE: hue angle of 314.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191CE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 145 206 -
CMYK 0 0.36 0.08 0.12
HSL 314.25º 0.57% 0.73% -
HSV(B) 314.25º 0.36% 0.88% -
XYZ 52.32 40.71 63.49 -
YUV 175.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 225 145 206 0 0.36 0.08 0.12 314.25 0.57 0.73
Hex E1 91 CE 0 24 8 C 13A 39 49
Octal 341 221 316 0 44 10 14 472 71 111
Binary 11100001 10010001 11001110 0 100100 1000 1100 100111010 111001 1001001

Color Harmonies of #E191CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E191CE

Black with #E191CE

Text Example


Text Example

White with #E191CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E191CE; }

 p { color: rgb(225,145,206); }

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

background-color css

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

 a { background-color: rgb(225,145,206); }

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

border-color css

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

 span { border-color: rgb(225,145,206); }

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