#EB4098

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

Shades of Violet Red #EB4098

Tints of Violet Red #EB4098

Color information

#EB4098 (or 0xEB4098) is unknown color: approx Violet Red. HEX triplet: EB, 40 and 98. RGB value is (235,64,152). Sum of RGB (Red+Green+Blue) = 235+64+152=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4098 is #14BF67. Grayscale: #7C7C7C. Windows color (decimal): -1359720 or 9978091. OLE color: 9978091.

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

Color convert

RGB23564152-
CMYK00.730.350.08
HSL329.12º81.04%58.63%-
HSV(B)329.12º72.77%92.16%-
XYZ41.7623.632.06-
YUV125.16143.15206.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.11%
GREEN value IS 64 (25.39% from 255) = 14.19%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=52.11%
G=14.19%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356415200.730.350.08329.1281.0458.63
HexEB4098049238149513b
Octal3531002300111431051112173
Binary111010111000000100110000100100110001110001010010011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4098; }

 p { color: rgb(235,64,152); }

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

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

 a { background-color: rgb(235,64,152); }

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

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

 span { border-color: rgb(235,64,152); }

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