Html Css Color HEX #E197CE Plum

📋 copy color: '#E197CE'

red 225 ◦ green 151 ◦ blue 206

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

Shades of Plum #E197CE

Tints of Plum #E197CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.95%

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

R = 38.66%
G = 25.95%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E197CE (or 0xE197CE) is known color: Plum. HEX triplet: E1, 97 and CE. RGB value is (225,151,206). Sum of RGB (Red+Green+Blue) = 225+151+206=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E197CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197CE is #1E6831. Grayscale: #B3B3B3. Windows color (decimal): -1992754 or 13539297. OLE color: 13539297.

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

Color convert

RGB 225 151 206 -
CMYK 0 0.33 0.08 0.12
HSL 315.41º 0.55% 0.74% -
HSV(B) 315.41º 0.33% 0.88% -
XYZ 53.26 42.6 63.81 -
YUV 179.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 225 151 206 0 0.33 0.08 0.12 315.41 0.55 0.74
Hex E1 97 CE 0 21 8 C 13B 37 4A
Octal 341 227 316 0 41 10 14 473 67 112
Binary 11100001 10010111 11001110 0 100001 1000 1100 100111011 110111 1001010

Color Harmonies of #E197CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197CE

Black with #E197CE

Text Example


Text Example

White with #E197CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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