Html Css Color HEX #E298DE Plum

📋 copy color: '#E298DE'

red 226 ◦ green 152 ◦ blue 222

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

Shades of Plum #E298DE

Tints of Plum #E298DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37%

R = 37.67%
G = 25.33%
B = 37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E298DE (or 0xE298DE) is known color: Plum. HEX triplet: E2, 98 and DE. RGB value is (226,152,222). Sum of RGB (Red+Green+Blue) = 226+152+222=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E298DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298DE is #1D6721. Grayscale: #B5B5B5. Windows color (decimal): -1926946 or 14588130. OLE color: 14588130.

HSL color Cylindrical-coordinate representation of color #E298DE: hue angle of 303.24º 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 #E298DE is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 222 -
CMYK 0 0.33 0.02 0.11
HSL 303.24º 0.56% 0.74% -
HSV(B) 303.24º 0.33% 0.89% -
XYZ 55.78 43.9 74.64 -
YUV 182.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 226 152 222 0 0.33 0.02 0.11 303.24 0.56 0.74
Hex E2 98 DE 0 21 2 B 12F 38 4A
Octal 342 230 336 0 41 2 13 457 70 112
Binary 11100010 10011000 11011110 0 100001 10 1011 100101111 111000 1001010

Color Harmonies of #E298DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298DE

Black with #E298DE

Text Example


Text Example

White with #E298DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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