Html Css Color HEX #E296F0 Plum

📋 copy color: '#E296F0'

red 226 ◦ green 150 ◦ blue 240

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

Shades of Plum #E296F0

Tints of Plum #E296F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 36.69%
G = 24.35%
B = 38.96%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E296F0 (or 0xE296F0) is known color: Plum. HEX triplet: E2, 96 and F0. RGB value is (226,150,240). Sum of RGB (Red+Green+Blue) = 226+150+240=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #E296F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296F0 is #1D690F. Grayscale: #B6B6B6. Windows color (decimal): -1927440 or 15767266. OLE color: 15767266.

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

Color convert

RGB 226 150 240 -
CMYK 0.06 0.37 0 0.06
HSL 290.67º 0.75% 0.76% -
HSV(B) 290.67º 0.38% 0.94% -
XYZ 58 44.27 87.93 -
YUV 182.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 226 150 240 0.06 0.37 0 0.06 290.67 0.75 0.76
Hex E2 96 F0 6 25 0 6 123 4B 4C
Octal 342 226 360 6 45 0 6 443 113 114
Binary 11100010 10010110 11110000 110 100101 0 110 100100011 1001011 1001100

Color Harmonies of #E296F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296F0

Black with #E296F0

Text Example


Text Example

White with #E296F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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