#E375ED

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

Shades of Violet #E375ED

Tints of Violet #E375ED

Color information

#E375ED (or 0xE375ED) is unknown color: approx Violet. HEX triplet: E3, 75 and ED. RGB value is (227,117,237). Sum of RGB (Red+Green+Blue) = 227+117+237=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E375ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375ED is #1C8A12. Grayscale: #A3A3A3. Windows color (decimal): -1870355 or 15562211. OLE color: 15562211.

HSL color Cylindrical-coordinate representation of color #E375ED: hue angle of 295º 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 #E375ED is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227117237-
CMYK0.040.5100.07
HSL295º76.92%69.41%-
HSV(B)295º50.63%92.94%-
XYZ53.3335.1784.1-
YUV163.57169.44173.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 117 (46.09% from 255) = 20.14%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=39.07%
G=20.14%
B=40.79%

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
Decimal2271172370.040.5100.0729576.9269.41
HexE375ED433071274d45
Octal34316535546307447115105
Binary11100011111010111101101100110011011110010011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375ED; }

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

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

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

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

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

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

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

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