#E48FEB

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

Shades of Violet #E48FEB

Tints of Violet #E48FEB

Color information

#E48FEB (or 0xE48FEB) is unknown color: approx Violet. HEX triplet: E4, 8F and EB. RGB value is (228,143,235). Sum of RGB (Red+Green+Blue) = 228+143+235=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #E48FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FEB is #1B7014. Grayscale: #B2B2B2. Windows color (decimal): -1798165 or 15437796. OLE color: 15437796.

HSL color Cylindrical-coordinate representation of color #E48FEB: hue angle of 295.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48FEB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228143235-
CMYK0.030.3900.08
HSL295.43º69.7%74.12%-
HSV(B)295.43º39.15%92.16%-
XYZ56.8142.1483.74-
YUV178.9159.66163.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 143 (56.25% from 255) = 23.60%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=37.62%
G=23.60%
B=38.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281432350.030.3900.08295.4369.774.12
HexE48FEB32708127464a
Octal344217353347010447106112
Binary111001001000111111101011111001110100010010011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FEB; }

 p { color: rgb(228,143,235); }

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

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

 a { background-color: rgb(228,143,235); }

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

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

 span { border-color: rgb(228,143,235); }

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