Html Css Color HEX #E298DD Plum

📋 copy color: '#E298DD'

red 226 ◦ green 152 ◦ blue 221

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

Shades of Plum #E298DD

Tints of Plum #E298DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 37.73%
G = 25.38%
B = 36.89%

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

#E298DD (or 0xE298DD) is known color: Plum. HEX triplet: E2, 98 and DD. RGB value is (226,152,221). Sum of RGB (Red+Green+Blue) = 226+152+221=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E298DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298DD is #1D6722. Grayscale: #B5B5B5. Windows color (decimal): -1926947 or 14522594. OLE color: 14522594.

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

Color convert

RGB 226 152 221 -
CMYK 0 0.33 0.02 0.11
HSL 304.05º 0.56% 0.74% -
HSV(B) 304.05º 0.33% 0.89% -
XYZ 55.64 43.85 73.94 -
YUV 181.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 226 152 221 0 0.33 0.02 0.11 304.05 0.56 0.74
Hex E2 98 DD 0 21 2 B 130 38 4A
Octal 342 230 335 0 41 2 13 460 70 112
Binary 11100010 10011000 11011101 0 100001 10 1011 100110000 111000 1001010

Color Harmonies of #E298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298DD

Black with #E298DD

Text Example


Text Example

White with #E298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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