#E671EA

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

Shades of Violet #E671EA

Tints of Violet #E671EA

Color information

#E671EA (or 0xE671EA) is unknown color: approx Violet. HEX triplet: E6, 71 and EA. RGB value is (230,113,234). Sum of RGB (Red+Green+Blue) = 230+113+234=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #E671EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671EA is #198E15. Grayscale: #A1A1A1. Windows color (decimal): -1674774 or 15364582. OLE color: 15364582.

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

Color convert

RGB230113234-
CMYK0.020.5200.08
HSL298.02º74.23%68.04%-
HSV(B)298.02º51.71%91.76%-
XYZ53.3934.5781.7-
YUV161.78168.76176.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 113 (44.53% from 255) = 19.58%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=39.86%
G=19.58%
B=40.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301132340.020.5200.08298.0274.2368.04
HexE671EA2340812a4a44
Octal346161352264010452112104
Binary11100110111000111101010101101000100010010101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671EA; }

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

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

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

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

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

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

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

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