Html Css Color HEX #E198F1 Plum

📋 copy color: '#E198F1'

red 225 ◦ green 152 ◦ blue 241

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

Shades of Plum #E198F1

Tints of Plum #E198F1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.6%

 BLUE value IS 241 (94.53% from 255) = 39%

R = 36.41%
G = 24.6%
B = 39%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E198F1 (or 0xE198F1) is known color: Plum. HEX triplet: E1, 98 and F1. RGB value is (225,152,241). Sum of RGB (Red+Green+Blue) = 225+152+241=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #E198F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198F1 is #1E670E. Grayscale: #B7B7B7. Windows color (decimal): -1992463 or 15833313. OLE color: 15833313.

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

Color convert

RGB 225 152 241 -
CMYK 0.07 0.37 0 0.05
HSL 289.21º 0.76% 0.77% -
HSV(B) 289.21º 0.37% 0.95% -
XYZ 58.16 44.81 88.8 -
YUV 183.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 225 152 241 0.07 0.37 0 0.05 289.21 0.76 0.77
Hex E1 98 F1 7 25 0 5 121 4C 4D
Octal 341 230 361 7 45 0 5 441 114 115
Binary 11100001 10011000 11110001 111 100101 0 101 100100001 1001100 1001101

Color Harmonies of #E198F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E198F1

Black with #E198F1

Text Example


Text Example

White with #E198F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E198F1; }

 p { color: rgb(225,152,241); }

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

background-color css

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

 a { background-color: rgb(225,152,241); }

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

border-color css

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

 span { border-color: rgb(225,152,241); }

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