#ED75EB

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

Shades of Violet #ED75EB

Tints of Violet #ED75EB

Color information

#ED75EB (or 0xED75EB) is unknown color: approx Violet. HEX triplet: ED, 75 and EB. RGB value is (237,117,235). Sum of RGB (Red+Green+Blue) = 237+117+235=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED75EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75EB is #128A14. Grayscale: #A5A5A5. Windows color (decimal): -1214997 or 15431149. OLE color: 15431149.

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

Color convert

RGB237117235-
CMYK00.510.010.07
HSL301º76.92%69.41%-
HSV(B)301º50.63%92.94%-
XYZ56.2836.7382.72-
YUV166.33166.76178.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 117 (46.09% from 255) = 19.86%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=40.24%
G=19.86%
B=39.90%

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
Decimal23711723500.510.010.0730176.9269.41
HexED75EB0331712d4d45
Octal35516535306317455115105
Binary111011011110101111010110110011111110010110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75EB; }

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

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

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

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

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

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

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

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