Html Css Color HEX #E298E0 Plum

📋 copy color: '#E298E0'

red 226 ◦ green 152 ◦ blue 224

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

Shades of Plum #E298E0

Tints of Plum #E298E0

RGB

 RED value IS 226 (88.67% from 255) = 37.54%

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

 BLUE value IS 224 (87.89% from 255) = 37.21%

R = 37.54%
G = 25.25%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E298E0 (or 0xE298E0) is known color: Plum. HEX triplet: E2, 98 and E0. RGB value is (226,152,224). Sum of RGB (Red+Green+Blue) = 226+152+224=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E298E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298E0 is #1D671F. Grayscale: #B6B6B6. Windows color (decimal): -1926944 or 14719202. OLE color: 14719202.

HSL color Cylindrical-coordinate representation of color #E298E0: hue angle of 301.62º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298E0 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 224 -
CMYK 0 0.33 0.01 0.11
HSL 301.62º 0.56% 0.74% -
HSV(B) 301.62º 0.33% 0.89% -
XYZ 56.05 44.01 76.06 -
YUV 182.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 226 152 224 0 0.33 0.01 0.11 301.62 0.56 0.74
Hex E2 98 E0 0 21 1 B 12E 38 4A
Octal 342 230 340 0 41 1 13 456 70 112
Binary 11100010 10011000 11100000 0 100001 1 1011 100101110 111000 1001010

Color Harmonies of #E298E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298E0

Black with #E298E0

Text Example


Text Example

White with #E298E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298E0; }

 p { color: rgb(226,152,224); }

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

background-color css

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

 a { background-color: rgb(226,152,224); }

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

border-color css

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

 span { border-color: rgb(226,152,224); }

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