#EB8CE7

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

Shades of Violet #EB8CE7

Tints of Violet #EB8CE7

Color information

#EB8CE7 (or 0xEB8CE7) is unknown color: approx Violet. HEX triplet: EB, 8C and E7. RGB value is (235,140,231). Sum of RGB (Red+Green+Blue) = 235+140+231=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8CE7 is #147318. Grayscale: #B2B2B2. Windows color (decimal): -1340185 or 15174891. OLE color: 15174891.

HSL color Cylindrical-coordinate representation of color #EB8CE7: hue angle of 302.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CE7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235140231-
CMYK00.400.020.08
HSL302.53º70.37%73.53%-
HSV(B)302.53º40.43%92.16%-
XYZ58.0642.1980.68-
YUV178.78157.47168.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 140 (55.08% from 255) = 23.10%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=38.78%
G=23.10%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514023100.400.020.08302.5370.3773.53
HexEB8CE70282812f464a
Octal353214347050210457106112
Binary111010111000110011100111010100010100010010111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CE7; }

 p { color: rgb(235,140,231); }

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

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

 a { background-color: rgb(235,140,231); }

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

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

 span { border-color: rgb(235,140,231); }

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