Html Css Color HEX #E298DB Plum

📋 copy color: '#E298DB'

red 226 ◦ green 152 ◦ blue 219

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

Shades of Plum #E298DB

Tints of Plum #E298DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 37.86%
G = 25.46%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E298DB (or 0xE298DB) is known color: Plum. HEX triplet: E2, 98 and DB. RGB value is (226,152,219). Sum of RGB (Red+Green+Blue) = 226+152+219=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E298DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298DB is #1D6724. Grayscale: #B5B5B5. Windows color (decimal): -1926949 or 14391522. OLE color: 14391522.

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

Color convert

RGB 226 152 219 -
CMYK 0 0.33 0.03 0.11
HSL 305.68º 0.56% 0.74% -
HSV(B) 305.68º 0.33% 0.89% -
XYZ 55.38 43.74 72.54 -
YUV 181.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 226 152 219 0 0.33 0.03 0.11 305.68 0.56 0.74
Hex E2 98 DB 0 21 3 B 132 38 4A
Octal 342 230 333 0 41 3 13 462 70 112
Binary 11100010 10011000 11011011 0 100001 11 1011 100110010 111000 1001010

Color Harmonies of #E298DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298DB

Black with #E298DB

Text Example


Text Example

White with #E298DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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