Html Css Color HEX #E794E2 Plum

📋 copy color: '#E794E2'

red 231 ◦ green 148 ◦ blue 226

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

Shades of Plum #E794E2

Tints of Plum #E794E2

RGB

 RED value IS 231 (90.63% from 255) = 38.18%

 GREEN value IS 148 (58.2% from 255) = 24.46%

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

R = 38.18%
G = 24.46%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E794E2 (or 0xE794E2) is known color: Plum. HEX triplet: E7, 94 and E2. RGB value is (231,148,226). Sum of RGB (Red+Green+Blue) = 231+148+226=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E794E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794E2 is #186B1D. Grayscale: #B5B5B5. Windows color (decimal): -1600286 or 14849255. OLE color: 14849255.

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

Color convert

RGB 231 148 226 -
CMYK 0 0.36 0.02 0.09
HSL 303.61º 0.63% 0.74% -
HSV(B) 303.61º 0.36% 0.91% -
XYZ 57.27 43.66 77.36 -
YUV 181.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 231 148 226 0 0.36 0.02 0.09 303.61 0.63 0.74
Hex E7 94 E2 0 24 2 9 130 3F 4A
Octal 347 224 342 0 44 2 11 460 77 112
Binary 11100111 10010100 11100010 0 100100 10 1001 100110000 111111 1001010

Color Harmonies of #E794E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794E2

Black with #E794E2

Text Example


Text Example

White with #E794E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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