#EB3B8A

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

Shades of Violet Red #EB3B8A

Tints of Violet Red #EB3B8A

Color information

#EB3B8A (or 0xEB3B8A) is unknown color: approx Violet Red. HEX triplet: EB, 3B and 8A. RGB value is (235,59,138). Sum of RGB (Red+Green+Blue) = 235+59+138=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3B8A is #14C475. Grayscale: #787878. Windows color (decimal): -1361014 or 9059307. OLE color: 9059307.

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

Color convert

RGB23559138-
CMYK00.750.410.08
HSL333.07º81.48%57.65%-
HSV(B)333.07º74.89%92.16%-
XYZ40.4122.6326.28-
YUV120.63137.81209.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.40%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=54.40%
G=13.66%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355913800.750.410.08333.0781.4857.65
HexEB3B8A04B29814d513a
Octal353732120113511051512172
Binary11101011111011100010100100101110100110001010011011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3B8A; }

 p { color: rgb(235,59,138); }

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

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

 a { background-color: rgb(235,59,138); }

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

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

 span { border-color: rgb(235,59,138); }

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