#E68FEA

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

Shades of Violet #E68FEA

Tints of Violet #E68FEA

Color information

#E68FEA (or 0xE68FEA) is unknown color: approx Violet. HEX triplet: E6, 8F and EA. RGB value is (230,143,234). Sum of RGB (Red+Green+Blue) = 230+143+234=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E68FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FEA is #197015. Grayscale: #B3B3B3. Windows color (decimal): -1667094 or 15372262. OLE color: 15372262.

HSL color Cylindrical-coordinate representation of color #E68FEA: hue angle of 297.36º degrees, saturation: 0.68, 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 #E68FEA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230143234-
CMYK0.020.3900.08
HSL297.36º68.42%73.92%-
HSV(B)297.36º38.89%91.76%-
XYZ57.3142.4183.01-
YUV179.39158.82164.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 143 (56.25% from 255) = 23.56%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=37.89%
G=23.56%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301432340.020.3900.08297.3668.4273.92
HexE68FEA22708129444a
Octal346217352247010451104112
Binary111001101000111111101010101001110100010010100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FEA; }

 p { color: rgb(230,143,234); }

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

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

 a { background-color: rgb(230,143,234); }

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

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

 span { border-color: rgb(230,143,234); }

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