#E374ED

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

Shades of Violet #E374ED

Tints of Violet #E374ED

Color information

#E374ED (or 0xE374ED) is unknown color: approx Violet. HEX triplet: E3, 74 and ED. RGB value is (227,116,237). Sum of RGB (Red+Green+Blue) = 227+116+237=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E374ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E374ED is #1C8B12. Grayscale: #A2A2A2. Windows color (decimal): -1870611 or 15561955. OLE color: 15561955.

HSL color Cylindrical-coordinate representation of color #E374ED: hue angle of 295.04º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E374ED is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227116237-
CMYK0.040.5100.07
HSL295.04º77.07%69.22%-
HSV(B)295.04º51.05%92.94%-
XYZ53.2134.9484.06-
YUV162.98169.77173.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.14%
GREEN value IS 116 (45.70% from 255) = 20%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=39.14%
G=20%
B=40.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271162370.040.5100.07295.0477.0769.22
HexE374ED433071274d45
Octal34316435546307447115105
Binary11100011111010011101101100110011011110010011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374ED; }

 p { color: rgb(227,116,237); }

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

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

 a { background-color: rgb(227,116,237); }

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

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

 span { border-color: rgb(227,116,237); }

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