Html Css Color HEX #E197E7 Plum

📋 copy color: '#E197E7'

red 225 ◦ green 151 ◦ blue 231

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

Shades of Plum #E197E7

Tints of Plum #E197E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.06%

R = 37.07%
G = 24.88%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E197E7 (or 0xE197E7) is known color: Plum. HEX triplet: E1, 97 and E7. RGB value is (225,151,231). Sum of RGB (Red+Green+Blue) = 225+151+231=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #E197E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197E7 is #1E6818. Grayscale: #B5B5B5. Windows color (decimal): -1992729 or 15177697. OLE color: 15177697.

HSL color Cylindrical-coordinate representation of color #E197E7: hue angle of 295.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E197E7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 151 231 -
CMYK 0.03 0.35 0 0.09
HSL 295.5º 0.63% 0.75% -
HSV(B) 295.5º 0.35% 0.91% -
XYZ 56.54 43.91 81.1 -
YUV 182.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 225 151 231 0.03 0.35 0 0.09 295.5 0.63 0.75
Hex E1 97 E7 3 23 0 9 128 3E 4B
Octal 341 227 347 3 43 0 11 450 76 113
Binary 11100001 10010111 11100111 11 100011 0 1001 100101000 111110 1001011

Color Harmonies of #E197E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197E7

Black with #E197E7

Text Example


Text Example

White with #E197E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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