#EB4492

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

Shades of Violet Red #EB4492

Tints of Violet Red #EB4492

Color information

#EB4492 (or 0xEB4492) is unknown color: approx Violet Red. HEX triplet: EB, 44 and 92. RGB value is (235,68,146). Sum of RGB (Red+Green+Blue) = 235+68+146=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4492 is #14BB6D. Grayscale: #7E7E7E. Windows color (decimal): -1358702 or 9585899. OLE color: 9585899.

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

Color convert

RGB23568146-
CMYK00.710.380.08
HSL331.98º80.68%59.41%-
HSV(B)331.98º71.06%92.16%-
XYZ41.5223.8729.61-
YUV126.82138.83205.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 68 (26.95% from 255) = 15.14%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=52.34%
G=15.14%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356814600.710.380.08331.9880.6859.41
HexEB449204726814c513b
Octal3531042220107461051412173
Binary111010111000100100100100100011110011010001010011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4492; }

 p { color: rgb(235,68,146); }

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

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

 a { background-color: rgb(235,68,146); }

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

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

 span { border-color: rgb(235,68,146); }

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