#E48FEE

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

Shades of Violet #E48FEE

Tints of Violet #E48FEE

Color information

#E48FEE (or 0xE48FEE) is unknown color: approx Violet. HEX triplet: E4, 8F and EE. RGB value is (228,143,238). Sum of RGB (Red+Green+Blue) = 228+143+238=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #E48FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FEE is #1B7011. Grayscale: #B2B2B2. Windows color (decimal): -1798162 or 15634404. OLE color: 15634404.

HSL color Cylindrical-coordinate representation of color #E48FEE: hue angle of 293.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48FEE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228143238-
CMYK0.040.4000.07
HSL293.68º73.64%74.71%-
HSV(B)293.68º39.92%93.33%-
XYZ57.2542.3186.04-
YUV179.24161.16162.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=37.44%
G=23.48%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281432380.040.4000.07293.6873.6474.71
HexE48FEE428071264a4b
Octal34421735645007446112113
Binary111001001000111111101110100101000011110010011010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FEE; }

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

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

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

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

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

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

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

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