#E08BF2

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

Shades of Violet #E08BF2

Tints of Violet #E08BF2

Color information

#E08BF2 (or 0xE08BF2) is unknown color: approx Violet. HEX triplet: E0, 8B and F2. RGB value is (224,139,242). Sum of RGB (Red+Green+Blue) = 224+139+242=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #E08BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BF2 is #1F740D. Grayscale: #AFAFAF. Windows color (decimal): -2061326 or 15895520. OLE color: 15895520.

HSL color Cylindrical-coordinate representation of color #E08BF2: hue angle of 289.51º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08BF2 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224139242-
CMYK0.070.4300.05
HSL289.51º79.84%74.71%-
HSV(B)289.51º42.56%94.9%-
XYZ5640.7288.91-
YUV176.16165.16162.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 139 (54.69% from 255) = 22.98%
BLUE value IS 242 (94.92% from 255) = 40%
R=37.02%
G=22.98%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241392420.070.4300.05289.5179.8474.71
HexE08BF272B05122504b
Octal34021336275305442120113
Binary111000001000101111110010111101011010110010001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BF2; }

 p { color: rgb(224,139,242); }

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

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

 a { background-color: rgb(224,139,242); }

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

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

 span { border-color: rgb(224,139,242); }

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