#EB8DE4

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

Shades of Violet #EB8DE4

Tints of Violet #EB8DE4

Color information

#EB8DE4 (or 0xEB8DE4) is unknown color: approx Violet. HEX triplet: EB, 8D and E4. RGB value is (235,141,228). Sum of RGB (Red+Green+Blue) = 235+141+228=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DE4 is #14721B. Grayscale: #B2B2B2. Windows color (decimal): -1339932 or 14978539. OLE color: 14978539.

HSL color Cylindrical-coordinate representation of color #EB8DE4: hue angle of 304.47º 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 #EB8DE4 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235141228-
CMYK00.40.030.08
HSL304.47º70.15%73.73%-
HSV(B)304.47º40%92.16%-
XYZ57.7942.3178.52-
YUV179.02155.64167.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 141 (55.47% from 255) = 23.34%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=38.91%
G=23.34%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514122800.40.030.08304.4770.1573.73
HexEB8DE402838130464a
Octal353215344050310460106112
Binary111010111000110111100100010100011100010011000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DE4; }

 p { color: rgb(235,141,228); }

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

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

 a { background-color: rgb(235,141,228); }

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

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

 span { border-color: rgb(235,141,228); }

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