#e08fe3

Color #E08FE3 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E08FE3

Tints of Plum #E08FE3

Color information

#E08FE3 (or 0xE08FE3) is unknown color: approx Plum. HEX triplet: E0, 8F and E3. RGB value is (224,143,227). Sum of RGB (Red+Green+Blue) = 224+143+227=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #E08FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FE3 is #1F701C. Grayscale: #B0B0B0. Windows color (decimal): -2060317 or 14913504. OLE color: 14913504.

HSL color Cylindrical-coordinate representation of color #E08FE3: hue angle of 297.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08FE3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224143227-
CMYK0.010.3700.11
HSL297.86º60%72.55%-
HSV(B)297.86º37%89.02%-
XYZ54.4341.0477.73-
YUV176.79156.34161.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 143 (56.25% from 255) = 24.07%
BLUE value IS 227 (89.06% from 255) = 38.22%
R=37.71%
G=24.07%
B=38.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241432270.010.3700.11297.866072.55
HexE08FE31250B12a3c49
Octal34021734314501345274111
Binary1110000010001111111000111100101010111001010101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08fe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08fe3; }

 p { color: rgb(224,143,227); }

 H1.HeaderClassName
 {
   color: #e08fe3;
 }
 .AnyTagClassName
 {
   color: #e08fe3;
 }
</style>
background-color css

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

 a { background-color: rgb(224,143,227); }

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

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

 span { border-color: rgb(224,143,227); }

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