Html Css Color HEX #E296DF Plum

📋 copy color: '#E296DF'

red 226 ◦ green 150 ◦ blue 223

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

Shades of Plum #E296DF

Tints of Plum #E296DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.04%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 37.73%
G = 25.04%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E296DF (or 0xE296DF) is known color: Plum. HEX triplet: E2, 96 and DF. RGB value is (226,150,223). Sum of RGB (Red+Green+Blue) = 226+150+223=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E296DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296DF is #1D6920. Grayscale: #B4B4B4. Windows color (decimal): -1927457 or 14653154. OLE color: 14653154.

HSL color Cylindrical-coordinate representation of color #E296DF: hue angle of 302.37º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E296DF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 223 -
CMYK 0 0.34 0.01 0.11
HSL 302.37º 0.57% 0.74% -
HSV(B) 302.37º 0.34% 0.89% -
XYZ 55.59 43.31 75.24 -
YUV 181.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 226 150 223 0 0.34 0.01 0.11 302.37 0.57 0.74
Hex E2 96 DF 0 22 1 B 12E 39 4A
Octal 342 226 337 0 42 1 13 456 71 112
Binary 11100010 10010110 11011111 0 100010 1 1011 100101110 111001 1001010

Color Harmonies of #E296DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296DF

Black with #E296DF

Text Example


Text Example

White with #E296DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296DF; }

 p { color: rgb(226,150,223); }

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

background-color css

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

 a { background-color: rgb(226,150,223); }

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

border-color css

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

 span { border-color: rgb(226,150,223); }

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