Html Css Color HEX #E297D9 Plum

📋 copy color: '#E297D9'

red 226 ◦ green 151 ◦ blue 217

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

Shades of Plum #E297D9

Tints of Plum #E297D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 38.05%
G = 25.42%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E297D9 (or 0xE297D9) is known color: Plum. HEX triplet: E2, 97 and D9. RGB value is (226,151,217). Sum of RGB (Red+Green+Blue) = 226+151+217=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E297D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297D9 is #1D6826. Grayscale: #B4B4B4. Windows color (decimal): -1927207 or 14260194. OLE color: 14260194.

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

Color convert

RGB 226 151 217 -
CMYK 0 0.33 0.04 0.11
HSL 307.2º 0.56% 0.74% -
HSV(B) 307.2º 0.33% 0.89% -
XYZ 54.96 43.31 71.11 -
YUV 180.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 226 151 217 0 0.33 0.04 0.11 307.2 0.56 0.74
Hex E2 97 D9 0 21 4 B 133 38 4A
Octal 342 227 331 0 41 4 13 463 70 112
Binary 11100010 10010111 11011001 0 100001 100 1011 100110011 111000 1001010

Color Harmonies of #E297D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E297D9

Black with #E297D9

Text Example


Text Example

White with #E297D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E297D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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