Html Css Color HEX #E795EA Plum

📋 copy color: '#E795EA'

red 231 ◦ green 149 ◦ blue 234

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

Shades of Plum #E795EA

Tints of Plum #E795EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.27%

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

R = 37.62%
G = 24.27%
B = 38.11%

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

#E795EA (or 0xE795EA) is known color: Plum. HEX triplet: E7, 95 and EA. RGB value is (231,149,234). Sum of RGB (Red+Green+Blue) = 231+149+234=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #E795EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795EA is #186A15. Grayscale: #B6B6B6. Windows color (decimal): -1600022 or 15373799. OLE color: 15373799.

HSL color Cylindrical-coordinate representation of color #E795EA: hue angle of 297.88º 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 #E795EA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 149 234 -
CMYK 0.01 0.36 0 0.08
HSL 297.88º 0.67% 0.75% -
HSV(B) 297.88º 0.36% 0.92% -
XYZ 58.55 44.42 83.33 -
YUV 183.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 231 149 234 0.01 0.36 0 0.08 297.88 0.67 0.75
Hex E7 95 EA 1 24 0 8 12A 43 4B
Octal 347 225 352 1 44 0 10 452 103 113
Binary 11100111 10010101 11101010 1 100100 0 1000 100101010 1000011 1001011

Color Harmonies of #E795EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E795EA

Black with #E795EA

Text Example


Text Example

White with #E795EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E795EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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