#EB458B

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

Shades of Violet Red #EB458B

Tints of Violet Red #EB458B

Color information

#EB458B (or 0xEB458B) is unknown color: approx Violet Red. HEX triplet: EB, 45 and 8B. RGB value is (235,69,139). Sum of RGB (Red+Green+Blue) = 235+69+139=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB458B is #14BA74. Grayscale: #7E7E7E. Windows color (decimal): -1358453 or 9127403. OLE color: 9127403.

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

Color convert

RGB23569139-
CMYK00.710.410.08
HSL334.7º80.58%59.61%-
HSV(B)334.7º70.64%92.16%-
XYZ41.0523.7826.85-
YUV126.61135205.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=53.05%
G=15.58%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356913900.710.410.08334.780.5859.61
HexEB458B04729814f513c
Octal3531052130107511051712174
Binary111010111000101100010110100011110100110001010011111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB458B; }

 p { color: rgb(235,69,139); }

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

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

 a { background-color: rgb(235,69,139); }

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

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

 span { border-color: rgb(235,69,139); }

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