Html Css Color HEX #E296DD Plum

📋 copy color: '#E296DD'

red 226 ◦ green 150 ◦ blue 221

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

Shades of Plum #E296DD

Tints of Plum #E296DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 37.86%
G = 25.13%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E296DD (or 0xE296DD) is known color: Plum. HEX triplet: E2, 96 and DD. RGB value is (226,150,221). Sum of RGB (Red+Green+Blue) = 226+150+221=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E296DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296DD is #1D6922. Grayscale: #B4B4B4. Windows color (decimal): -1927459 or 14522082. OLE color: 14522082.

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

Color convert

RGB 226 150 221 -
CMYK 0 0.34 0.02 0.11
HSL 303.95º 0.57% 0.74% -
HSV(B) 303.95º 0.34% 0.89% -
XYZ 55.32 43.2 73.83 -
YUV 180.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 226 150 221 0 0.34 0.02 0.11 303.95 0.57 0.74
Hex E2 96 DD 0 22 2 B 130 39 4A
Octal 342 226 335 0 42 2 13 460 71 112
Binary 11100010 10010110 11011101 0 100010 10 1011 100110000 111001 1001010

Color Harmonies of #E296DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296DD

Black with #E296DD

Text Example


Text Example

White with #E296DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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