#EB6FEA

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

Shades of Violet #EB6FEA

Tints of Violet #EB6FEA

Color information

#EB6FEA (or 0xEB6FEA) is unknown color: approx Violet. HEX triplet: EB, 6F and EA. RGB value is (235,111,234). Sum of RGB (Red+Green+Blue) = 235+111+234=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6FEA is #149015. Grayscale: #A1A1A1. Windows color (decimal): -1347606 or 15364075. OLE color: 15364075.

HSL color Cylindrical-coordinate representation of color #EB6FEA: hue angle of 300.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FEA is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235111234-
CMYK00.530.000.08
HSL300.48º75.61%67.84%-
HSV(B)300.48º52.77%92.16%-
XYZ54.834.9781.7-
YUV162.1168.58180-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 111 (43.75% from 255) = 19.14%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=40.52%
G=19.14%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511123400.530.000.08300.4875.6167.84
HexEB6FEA0350812c4c44
Octal353157352065010454114104
Binary1110101111011111110101001101010100010010110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6FEA; }

 p { color: rgb(235,111,234); }

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

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

 a { background-color: rgb(235,111,234); }

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

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

 span { border-color: rgb(235,111,234); }

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