Html Css Color HEX #E996E2 Plum

📋 copy color: '#E996E2'

red 233 ◦ green 150 ◦ blue 226

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

Shades of Plum #E996E2

Tints of Plum #E996E2

RGB

 RED value IS 233 (91.41% from 255) = 38.26%

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

 BLUE value IS 226 (88.67% from 255) = 37.11%

R = 38.26%
G = 24.63%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E996E2 (or 0xE996E2) is known color: Plum. HEX triplet: E9, 96 and E2. RGB value is (233,150,226). Sum of RGB (Red+Green+Blue) = 233+150+226=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E996E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996E2 is #16691D. Grayscale: #B7B7B7. Windows color (decimal): -1468702 or 14849769. OLE color: 14849769.

HSL color Cylindrical-coordinate representation of color #E996E2: hue angle of 305.06º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996E2 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 226 -
CMYK 0 0.36 0.03 0.09
HSL 305.06º 0.65% 0.75% -
HSV(B) 305.06º 0.36% 0.91% -
XYZ 58.24 44.63 77.5 -
YUV 183.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 233 150 226 0 0.36 0.03 0.09 305.06 0.65 0.75
Hex E9 96 E2 0 24 3 9 131 41 4B
Octal 351 226 342 0 44 3 11 461 101 113
Binary 11101001 10010110 11100010 0 100100 11 1001 100110001 1000001 1001011

Color Harmonies of #E996E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996E2

Black with #E996E2

Text Example


Text Example

White with #E996E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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