Html Css Color HEX #E796EA Plum

📋 copy color: '#E796EA'

red 231 ◦ green 150 ◦ blue 234

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

Shades of Plum #E796EA

Tints of Plum #E796EA

RGB

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

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

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

R = 37.56%
G = 24.39%
B = 38.05%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E796EA (or 0xE796EA) is known color: Plum. HEX triplet: E7, 96 and EA. RGB value is (231,150,234). Sum of RGB (Red+Green+Blue) = 231+150+234=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E796EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E796EA is #186915. Grayscale: #B7B7B7. Windows color (decimal): -1599766 or 15374055. OLE color: 15374055.

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

Color convert

RGB 231 150 234 -
CMYK 0.01 0.36 0 0.08
HSL 297.86º 0.67% 0.75% -
HSV(B) 297.86º 0.36% 0.92% -
XYZ 58.71 44.74 83.38 -
YUV 183.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 231 150 234 0.01 0.36 0 0.08 297.86 0.67 0.75
Hex E7 96 EA 1 24 0 8 12A 43 4B
Octal 347 226 352 1 44 0 10 452 103 113
Binary 11100111 10010110 11101010 1 100100 0 1000 100101010 1000011 1001011

Color Harmonies of #E796EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E796EA

Black with #E796EA

Text Example


Text Example

White with #E796EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E796EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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