Html Css Color HEX #E199CE Plum

📋 copy color: '#E199CE'

red 225 ◦ green 153 ◦ blue 206

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

Shades of Plum #E199CE

Tints of Plum #E199CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.2%

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

R = 38.53%
G = 26.2%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E199CE (or 0xE199CE) is known color: Plum. HEX triplet: E1, 99 and CE. RGB value is (225,153,206). Sum of RGB (Red+Green+Blue) = 225+153+206=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CE is #1E6631. Grayscale: #B4B4B4. Windows color (decimal): -1992242 or 13539809. OLE color: 13539809.

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

Color convert

RGB 225 153 206 -
CMYK 0 0.32 0.08 0.12
HSL 315.83º 0.55% 0.74% -
HSV(B) 315.83º 0.32% 0.88% -
XYZ 53.58 43.25 63.92 -
YUV 180.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 225 153 206 0 0.32 0.08 0.12 315.83 0.55 0.74
Hex E1 99 CE 0 20 8 C 13C 37 4A
Octal 341 231 316 0 40 10 14 474 67 112
Binary 11100001 10011001 11001110 0 100000 1000 1100 100111100 110111 1001010

Color Harmonies of #E199CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E199CE

Black with #E199CE

Text Example


Text Example

White with #E199CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E199CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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