Html Css Color HEX #E79CEA Plum

📋 copy color: '#E79CEA'

red 231 ◦ green 156 ◦ blue 234

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

Shades of Plum #E79CEA

Tints of Plum #E79CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.12%

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 37.2%
G = 25.12%
B = 37.68%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E79CEA (or 0xE79CEA) is known color: Plum. HEX triplet: E7, 9C and EA. RGB value is (231,156,234). Sum of RGB (Red+Green+Blue) = 231+156+234=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #E79CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79CEA is #186315. Grayscale: #BBBBBB. Windows color (decimal): -1598230 or 15375591. OLE color: 15375591.

HSL color Cylindrical-coordinate representation of color #E79CEA: hue angle of 297.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79CEA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 156 234 -
CMYK 0.01 0.33 0 0.08
HSL 297.69º 0.65% 0.76% -
HSV(B) 297.69º 0.33% 0.92% -
XYZ 59.69 46.71 83.71 -
YUV 187.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 231 156 234 0.01 0.33 0 0.08 297.69 0.65 0.76
Hex E7 9C EA 1 21 0 8 12A 41 4C
Octal 347 234 352 1 41 0 10 452 101 114
Binary 11100111 10011100 11101010 1 100001 0 1000 100101010 1000001 1001100

Color Harmonies of #E79CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79CEA

Black with #E79CEA

Text Example


Text Example

White with #E79CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79CEA; }

 p { color: rgb(231,156,234); }

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

background-color css

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

 a { background-color: rgb(231,156,234); }

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

border-color css

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

 span { border-color: rgb(231,156,234); }

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