#EB71EA

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

Shades of Violet #EB71EA

Tints of Violet #EB71EA

Color information

#EB71EA (or 0xEB71EA) is unknown color: approx Violet. HEX triplet: EB, 71 and EA. RGB value is (235,113,234). Sum of RGB (Red+Green+Blue) = 235+113+234=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB71EA is #148E15. Grayscale: #A2A2A2. Windows color (decimal): -1347094 or 15364587. OLE color: 15364587.

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

Color convert

RGB235113234-
CMYK00.520.000.08
HSL300.49º75.31%68.24%-
HSV(B)300.49º51.91%92.16%-
XYZ55.0235.4181.78-
YUV163.27167.92179.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 113 (44.53% from 255) = 19.42%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=40.38%
G=19.42%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511323400.520.000.08300.4975.3168.24
HexEB71EA0340812c4b44
Octal353161352064010454113104
Binary1110101111100011110101001101000100010010110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71EA; }

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

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

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

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

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

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

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

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