Html Css Color HEX #E392E7 Plum

📋 copy color: '#E392E7'

red 227 ◦ green 146 ◦ blue 231

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

Shades of Plum #E392E7

Tints of Plum #E392E7

RGB

 RED value IS 227 (89.06% from 255) = 37.58%

 GREEN value IS 146 (57.42% from 255) = 24.17%

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

R = 37.58%
G = 24.17%
B = 38.25%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E392E7 (or 0xE392E7) is known color: Plum. HEX triplet: E3, 92 and E7. RGB value is (227,146,231). Sum of RGB (Red+Green+Blue) = 227+146+231=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #E392E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E392E7 is #1C6D18. Grayscale: #B3B3B3. Windows color (decimal): -1862937 or 15176419. OLE color: 15176419.

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

Color convert

RGB 227 146 231 -
CMYK 0.02 0.37 0 0.09
HSL 297.18º 0.64% 0.74% -
HSV(B) 297.18º 0.37% 0.91% -
XYZ 56.38 42.66 80.86 -
YUV 179.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 227 146 231 0.02 0.37 0 0.09 297.18 0.64 0.74
Hex E3 92 E7 2 25 0 9 129 40 4A
Octal 343 222 347 2 45 0 11 451 100 112
Binary 11100011 10010010 11100111 10 100101 0 1001 100101001 1000000 1001010

Color Harmonies of #E392E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E392E7

Black with #E392E7

Text Example


Text Example

White with #E392E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E392E7; }

 p { color: rgb(227,146,231); }

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

background-color css

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

 a { background-color: rgb(227,146,231); }

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

border-color css

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

 span { border-color: rgb(227,146,231); }

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