Html Css Color HEX #E297E1 Plum

📋 copy color: '#E297E1'

red 226 ◦ green 151 ◦ blue 225

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

Shades of Plum #E297E1

Tints of Plum #E297E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 37.54%
G = 25.08%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E297E1 (or 0xE297E1) is known color: Plum. HEX triplet: E2, 97 and E1. RGB value is (226,151,225). Sum of RGB (Red+Green+Blue) = 226+151+225=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E297E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297E1 is #1D681E. Grayscale: #B5B5B5. Windows color (decimal): -1927199 or 14784482. OLE color: 14784482.

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

Color convert

RGB 226 151 225 -
CMYK 0 0.33 0.00 0.11
HSL 300.8º 0.56% 0.74% -
HSV(B) 300.8º 0.33% 0.89% -
XYZ 56.02 43.74 76.72 -
YUV 181.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 226 151 225 0 0.33 0.00 0.11 300.8 0.56 0.74
Hex E2 97 E1 0 21 0 B 12D 38 4A
Octal 342 227 341 0 41 0 13 455 70 112
Binary 11100010 10010111 11100001 0 100001 0 1011 100101101 111000 1001010

Color Harmonies of #E297E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E297E1

Black with #E297E1

Text Example


Text Example

White with #E297E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E297E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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