Html Css Color HEX #E296DB Plum

📋 copy color: '#E296DB'

red 226 ◦ green 150 ◦ blue 219

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

Shades of Plum #E296DB

Tints of Plum #E296DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 37.98%
G = 25.21%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E296DB (or 0xE296DB) is known color: Plum. HEX triplet: E2, 96 and DB. RGB value is (226,150,219). Sum of RGB (Red+Green+Blue) = 226+150+219=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E296DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296DB is #1D6924. Grayscale: #B4B4B4. Windows color (decimal): -1927461 or 14391010. OLE color: 14391010.

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

Color convert

RGB 226 150 219 -
CMYK 0 0.34 0.03 0.11
HSL 305.53º 0.57% 0.74% -
HSV(B) 305.53º 0.34% 0.89% -
XYZ 55.06 43.1 72.43 -
YUV 180.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 226 150 219 0 0.34 0.03 0.11 305.53 0.57 0.74
Hex E2 96 DB 0 22 3 B 132 39 4A
Octal 342 226 333 0 42 3 13 462 71 112
Binary 11100010 10010110 11011011 0 100010 11 1011 100110010 111001 1001010

Color Harmonies of #E296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296DB

Black with #E296DB

Text Example


Text Example

White with #E296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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