#E5428F

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

Shades of Violet Red #E5428F

Tints of Violet Red #E5428F

Color information

#E5428F (or 0xE5428F) is unknown color: approx Violet Red. HEX triplet: E5, 42 and 8F. RGB value is (229,66,143). Sum of RGB (Red+Green+Blue) = 229+66+143=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5428F is #1ABD70. Grayscale: #7B7B7B. Windows color (decimal): -1752433 or 9388773. OLE color: 9388773.

HSL color Cylindrical-coordinate representation of color #E5428F: hue angle of 331.66º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5428F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB22966143-
CMYK00.710.380.10
HSL331.66º75.81%57.84%-
HSV(B)331.66º71.18%89.8%-
XYZ39.2222.5428.27-
YUV123.51139203.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=52.28%
G=15.07%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296614300.710.380.10331.6675.8157.84
HexE5428F04726A14c4c3a
Octal3451022170107461251411472
Binary111001011000010100011110100011110011010101010011001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5428F; }

 p { color: rgb(229,66,143); }

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

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

 a { background-color: rgb(229,66,143); }

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

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

 span { border-color: rgb(229,66,143); }

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