Html Css Color HEX #E296DA Plum

📋 copy color: '#E296DA'

red 226 ◦ green 150 ◦ blue 218

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

Shades of Plum #E296DA

Tints of Plum #E296DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 38.05%
G = 25.25%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E296DA (or 0xE296DA) is known color: Plum. HEX triplet: E2, 96 and DA. RGB value is (226,150,218). Sum of RGB (Red+Green+Blue) = 226+150+218=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E296DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296DA is #1D6925. Grayscale: #B4B4B4. Windows color (decimal): -1927462 or 14325474. OLE color: 14325474.

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

Color convert

RGB 226 150 218 -
CMYK 0 0.34 0.04 0.11
HSL 306.32º 0.57% 0.74% -
HSV(B) 306.32º 0.34% 0.89% -
XYZ 54.93 43.04 71.74 -
YUV 180.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 226 150 218 0 0.34 0.04 0.11 306.32 0.57 0.74
Hex E2 96 DA 0 22 4 B 132 39 4A
Octal 342 226 332 0 42 4 13 462 71 112
Binary 11100010 10010110 11011010 0 100010 100 1011 100110010 111001 1001010

Color Harmonies of #E296DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296DA

Black with #E296DA

Text Example


Text Example

White with #E296DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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