#E675ED

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

Shades of Violet #E675ED

Tints of Violet #E675ED

Color information

#E675ED (or 0xE675ED) is unknown color: approx Violet. HEX triplet: E6, 75 and ED. RGB value is (230,117,237). Sum of RGB (Red+Green+Blue) = 230+117+237=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #E675ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E675ED is #198A12. Grayscale: #A4A4A4. Windows color (decimal): -1673747 or 15562214. OLE color: 15562214.

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

Color convert

RGB230117237-
CMYK0.030.5100.07
HSL296.5º76.92%69.41%-
HSV(B)296.5º50.63%92.94%-
XYZ54.2835.6684.14-
YUV164.47168.94174.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.38%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=39.38%
G=20.03%
B=40.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301172370.030.5100.07296.576.9269.41
HexE675ED333071284d45
Octal34616535536307450115105
Binary1110011011101011110110111110011011110010100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675ED; }

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

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

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

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

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

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

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

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