#EB90F1

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

Shades of Violet #EB90F1

Tints of Violet #EB90F1

Color information

#EB90F1 (or 0xEB90F1) is unknown color: approx Violet. HEX triplet: EB, 90 and F1. RGB value is (235,144,241). Sum of RGB (Red+Green+Blue) = 235+144+241=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB90F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90F1 is #146F0E. Grayscale: #B5B5B5. Windows color (decimal): -1339151 or 15831275. OLE color: 15831275.

HSL color Cylindrical-coordinate representation of color #EB90F1: hue angle of 296.29º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB90F1 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235144241-
CMYK0.020.4000.05
HSL296.29º77.6%75.49%-
HSV(B)296.29º40.25%94.51%-
XYZ60.1143.9688.54-
YUV182.27161.15165.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=37.90%
G=23.23%
B=38.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351442410.020.4000.05296.2977.675.49
HexEB90F1228051284e4b
Octal35322036125005450116113
Binary11101011100100001111000110101000010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90F1; }

 p { color: rgb(235,144,241); }

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

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

 a { background-color: rgb(235,144,241); }

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

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

 span { border-color: rgb(235,144,241); }

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