Html Css Color HEX #E297DC Plum

📋 copy color: '#E297DC'

red 226 ◦ green 151 ◦ blue 220

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

Shades of Plum #E297DC

Tints of Plum #E297DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.29%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 37.86%
G = 25.29%
B = 36.85%

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

#E297DC (or 0xE297DC) is known color: Plum. HEX triplet: E2, 97 and DC. RGB value is (226,151,220). Sum of RGB (Red+Green+Blue) = 226+151+220=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E297DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297DC is #1D6823. Grayscale: #B5B5B5. Windows color (decimal): -1927204 or 14456802. OLE color: 14456802.

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

Color convert

RGB 226 151 220 -
CMYK 0 0.33 0.03 0.11
HSL 304.8º 0.56% 0.74% -
HSV(B) 304.8º 0.33% 0.89% -
XYZ 55.35 43.47 73.18 -
YUV 181.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 226 151 220 0 0.33 0.03 0.11 304.8 0.56 0.74
Hex E2 97 DC 0 21 3 B 131 38 4A
Octal 342 227 334 0 41 3 13 461 70 112
Binary 11100010 10010111 11011100 0 100001 11 1011 100110001 111000 1001010

Color Harmonies of #E297DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E297DC

Black with #E297DC

Text Example


Text Example

White with #E297DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E297DC; }

 p { color: rgb(226,151,220); }

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

background-color css

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

 a { background-color: rgb(226,151,220); }

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

border-color css

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

 span { border-color: rgb(226,151,220); }

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