Html Css Color HEX #E197EC Plum

📋 copy color: '#E197EC'

red 225 ◦ green 151 ◦ blue 236

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

Shades of Plum #E197EC

Tints of Plum #E197EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 36.76%
G = 24.67%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E197EC (or 0xE197EC) is known color: Plum. HEX triplet: E1, 97 and EC. RGB value is (225,151,236). Sum of RGB (Red+Green+Blue) = 225+151+236=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #E197EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197EC is #1E6813. Grayscale: #B6B6B6. Windows color (decimal): -1992724 or 15505377. OLE color: 15505377.

HSL color Cylindrical-coordinate representation of color #E197EC: hue angle of 292.24º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E197EC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 151 236 -
CMYK 0.05 0.36 0 0.07
HSL 292.24º 0.69% 0.76% -
HSV(B) 292.24º 0.36% 0.93% -
XYZ 57.26 44.2 84.87 -
YUV 182.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 225 151 236 0.05 0.36 0 0.07 292.24 0.69 0.76
Hex E1 97 EC 5 24 0 7 124 45 4C
Octal 341 227 354 5 44 0 7 444 105 114
Binary 11100001 10010111 11101100 101 100100 0 111 100100100 1000101 1001100

Color Harmonies of #E197EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197EC

Black with #E197EC

Text Example


Text Example

White with #E197EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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