#E48BEA

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

Shades of Violet #E48BEA

Tints of Violet #E48BEA

Color information

#E48BEA (or 0xE48BEA) is unknown color: approx Violet. HEX triplet: E4, 8B and EA. RGB value is (228,139,234). Sum of RGB (Red+Green+Blue) = 228+139+234=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #E48BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48BEA is #1B7415. Grayscale: #B0B0B0. Windows color (decimal): -1799190 or 15371236. OLE color: 15371236.

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

Color convert

RGB228139234-
CMYK0.030.4100.08
HSL296.21º69.34%73.14%-
HSV(B)296.21º40.6%91.76%-
XYZ56.0840.982.78-
YUV176.44160.49164.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 139 (54.69% from 255) = 23.13%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=37.94%
G=23.13%
B=38.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281392340.030.4100.08296.2169.3473.14
HexE48BEA329081284549
Octal344213352351010450105111
Binary111001001000101111101010111010010100010010100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BEA; }

 p { color: rgb(228,139,234); }

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

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

 a { background-color: rgb(228,139,234); }

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

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

 span { border-color: rgb(228,139,234); }

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