#EB88EA

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

Shades of Violet #EB88EA

Tints of Violet #EB88EA

Color information

#EB88EA (or 0xEB88EA) is unknown color: approx Violet. HEX triplet: EB, 88 and EA. RGB value is (235,136,234). Sum of RGB (Red+Green+Blue) = 235+136+234=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB88EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB88EA is #147715. Grayscale: #B0B0B0. Windows color (decimal): -1341206 or 15370475. OLE color: 15370475.

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

Color convert

RGB235136234-
CMYK00.420.000.08
HSL300.61º71.22%72.75%-
HSV(B)300.61º42.13%92.16%-
XYZ57.9241.2182.74-
YUV176.77160.3169.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 136 (53.52% from 255) = 22.48%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=38.84%
G=22.48%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513623400.420.000.08300.6171.2272.75
HexEB88EA02A0812d4749
Octal353210352052010455107111
Binary11101011100010001110101001010100100010010110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB88EA; }

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

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

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

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

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

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

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

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