#ED75EA

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

Shades of Violet #ED75EA

Tints of Violet #ED75EA

Color information

#ED75EA (or 0xED75EA) is unknown color: approx Violet. HEX triplet: ED, 75 and EA. RGB value is (237,117,234). Sum of RGB (Red+Green+Blue) = 237+117+234=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED75EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75EA is #128A15. Grayscale: #A5A5A5. Windows color (decimal): -1214998 or 15365613. OLE color: 15365613.

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

Color convert

RGB237117234-
CMYK00.510.010.07
HSL301.5º76.92%69.41%-
HSV(B)301.5º50.63%92.94%-
XYZ56.1436.6781.96-
YUV166.22166.26178.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 117 (46.09% from 255) = 19.90%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=40.31%
G=19.90%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711723400.510.010.07301.576.9269.41
HexED75EA0331712e4d45
Octal35516535206317456115105
Binary111011011110101111010100110011111110010111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75EA; }

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

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

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

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

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

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

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

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