#ed75f1

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

Shades of Violet #ED75F1

Tints of Violet #ED75F1

Color information

#ED75F1 (or 0xED75F1) is unknown color: approx Violet. HEX triplet: ED, 75 and F1. RGB value is (237,117,241). Sum of RGB (Red+Green+Blue) = 237+117+241=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED75F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75F1 is #128A0E. Grayscale: #A6A6A6. Windows color (decimal): -1214991 or 15824365. OLE color: 15824365.

HSL color Cylindrical-coordinate representation of color #ED75F1: hue angle of 298.06º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED75F1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237117241-
CMYK0.020.5100.05
HSL298.06º81.58%70.2%-
HSV(B)298.06º51.45%94.51%-
XYZ57.1637.0887.36-
YUV167.02169.76177.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 117 (46.09% from 255) = 19.66%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=39.83%
G=19.66%
B=40.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371172410.020.5100.05298.0681.5870.2
HexED75F12330512a5246
Octal35516536126305452122106
Binary1110110111101011111000110110011010110010101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed75f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed75f1; }

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

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

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

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

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

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

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

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