Html Css Color HEX #E296EF Plum

📋 copy color: '#E296EF'

red 226 ◦ green 150 ◦ blue 239

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

Shades of Plum #E296EF

Tints of Plum #E296EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 36.75%
G = 24.39%
B = 38.86%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E296EF (or 0xE296EF) is known color: Plum. HEX triplet: E2, 96 and EF. RGB value is (226,150,239). Sum of RGB (Red+Green+Blue) = 226+150+239=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #E296EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296EF is #1D6910. Grayscale: #B6B6B6. Windows color (decimal): -1927441 or 15701730. OLE color: 15701730.

HSL color Cylindrical-coordinate representation of color #E296EF: hue angle of 291.24º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E296EF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 150 239 -
CMYK 0.05 0.37 0 0.06
HSL 291.24º 0.74% 0.76% -
HSV(B) 291.24º 0.37% 0.94% -
XYZ 57.85 44.21 87.15 -
YUV 182.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 226 150 239 0.05 0.37 0 0.06 291.24 0.74 0.76
Hex E2 96 EF 5 25 0 6 123 4A 4C
Octal 342 226 357 5 45 0 6 443 112 114
Binary 11100010 10010110 11101111 101 100101 0 110 100100011 1001010 1001100

Color Harmonies of #E296EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296EF

Black with #E296EF

Text Example


Text Example

White with #E296EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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