#EA407D

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

Shades of Violet Red #EA407D

Tints of Violet Red #EA407D

Color information

#EA407D (or 0xEA407D) is unknown color: approx Violet Red. HEX triplet: EA, 40 and 7D. RGB value is (234,64,125). Sum of RGB (Red+Green+Blue) = 234+64+125=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA407D is #15BF82. Grayscale: #797979. Windows color (decimal): -1425283 or 8208618. OLE color: 8208618.

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

Color convert

RGB23464125-
CMYK00.730.470.08
HSL338.47º80.19%58.43%-
HSV(B)338.47º72.65%91.76%-
XYZ39.4722.6421.69-
YUV121.78129.82208.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=55.32%
G=15.13%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346412500.730.470.08338.4780.1958.43
HexEA407D0492F8152503a
Octal3521001750111571052212072
Binary11101010100000011111010100100110111110001010100101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA407D; }

 p { color: rgb(234,64,125); }

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

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

 a { background-color: rgb(234,64,125); }

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

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

 span { border-color: rgb(234,64,125); }

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