#EB407E

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

Shades of Violet Red #EB407E

Tints of Violet Red #EB407E

Color information

#EB407E (or 0xEB407E) is unknown color: approx Violet Red. HEX triplet: EB, 40 and 7E. RGB value is (235,64,126). Sum of RGB (Red+Green+Blue) = 235+64+126=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB407E is #14BF81. Grayscale: #7A7A7A. Windows color (decimal): -1359746 or 8274155. OLE color: 8274155.

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

Color convert

RGB23564126-
CMYK00.730.460.08
HSL338.25º81.04%58.63%-
HSV(B)338.25º72.77%92.16%-
XYZ39.8622.8422.05-
YUV122.2130.15208.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=55.29%
G=15.06%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356412600.730.460.08338.2581.0458.63
HexEB407E0492E8152513b
Octal3531001760111561052212173
Binary11101011100000011111100100100110111010001010100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB407E; }

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

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

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

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

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

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

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

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