Html Css Color HEX #E197EF Plum

📋 copy color: '#E197EF'

red 225 ◦ green 151 ◦ blue 239

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

Shades of Plum #E197EF

Tints of Plum #E197EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 36.59%
G = 24.55%
B = 38.86%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E197EF (or 0xE197EF) is known color: Plum. HEX triplet: E1, 97 and EF. RGB value is (225,151,239). Sum of RGB (Red+Green+Blue) = 225+151+239=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #E197EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197EF is #1E6810. Grayscale: #B6B6B6. Windows color (decimal): -1992721 or 15701985. OLE color: 15701985.

HSL color Cylindrical-coordinate representation of color #E197EF: hue angle of 290.45º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E197EF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 151 239 -
CMYK 0.06 0.37 0 0.06
HSL 290.45º 0.73% 0.76% -
HSV(B) 290.45º 0.37% 0.94% -
XYZ 57.7 44.37 87.19 -
YUV 183.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 225 151 239 0.06 0.37 0 0.06 290.45 0.73 0.76
Hex E1 97 EF 6 25 0 6 122 49 4C
Octal 341 227 357 6 45 0 6 442 111 114
Binary 11100001 10010111 11101111 110 100101 0 110 100100010 1001001 1001100

Color Harmonies of #E197EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197EF

Black with #E197EF

Text Example


Text Example

White with #E197EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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