#EB75F3

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

Shades of Violet #EB75F3

Tints of Violet #EB75F3

Color information

#EB75F3 (or 0xEB75F3) is unknown color: approx Violet. HEX triplet: EB, 75 and F3. RGB value is (235,117,243). Sum of RGB (Red+Green+Blue) = 235+117+243=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB75F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB75F3 is #148A0C. Grayscale: #A6A6A6. Windows color (decimal): -1346061 or 15955435. OLE color: 15955435.

HSL color Cylindrical-coordinate representation of color #EB75F3: hue angle of 296.19º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB75F3 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235117243-
CMYK0.030.5200.05
HSL296.19º84%70.59%-
HSV(B)296.19º51.85%95.29%-
XYZ56.836.8688.91-
YUV166.65171.09176.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 117 (46.09% from 255) = 19.66%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=39.50%
G=19.66%
B=40.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351172430.030.5200.05296.198470.59
HexEB75F3334051285447
Octal35316536336405450124107
Binary1110101111101011111001111110100010110010100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB75F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB75F3; }

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

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

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

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

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

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

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

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