Html Css Color HEX #E290E7 Plum

📋 copy color: '#E290E7'

red 226 ◦ green 144 ◦ blue 231

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

Shades of Plum #E290E7

Tints of Plum #E290E7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.96%

 BLUE value IS 231 (90.63% from 255) = 38.44%

R = 37.6%
G = 23.96%
B = 38.44%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E290E7 (or 0xE290E7) is known color: Plum. HEX triplet: E2, 90 and E7. RGB value is (226,144,231). Sum of RGB (Red+Green+Blue) = 226+144+231=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #E290E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290E7 is #1D6F18. Grayscale: #B2B2B2. Windows color (decimal): -1928985 or 15175906. OLE color: 15175906.

HSL color Cylindrical-coordinate representation of color #E290E7: hue angle of 296.55º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E290E7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 144 231 -
CMYK 0.02 0.38 0 0.09
HSL 296.55º 0.64% 0.74% -
HSV(B) 296.55º 0.38% 0.91% -
XYZ 55.76 41.88 80.75 -
YUV 178.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 226 144 231 0.02 0.38 0 0.09 296.55 0.64 0.74
Hex E2 90 E7 2 26 0 9 129 40 4A
Octal 342 220 347 2 46 0 11 451 100 112
Binary 11100010 10010000 11100111 10 100110 0 1001 100101001 1000000 1001010

Color Harmonies of #E290E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290E7

Black with #E290E7

Text Example


Text Example

White with #E290E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290E7; }

 p { color: rgb(226,144,231); }

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

background-color css

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

 a { background-color: rgb(226,144,231); }

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

border-color css

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

 span { border-color: rgb(226,144,231); }

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