Html Css Color HEX #E5428A Violet Red

📋 copy color: '#E5428A'

red 229 ◦ green 66 ◦ blue 138

#E5428A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #E5428A

Tints of Violet Red #E5428A

RGB

 RED value IS 229 (89.84% from 255) = 52.89%

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 52.89%
G = 15.24%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5428A (or 0xE5428A) is known color: Violet Red. HEX triplet: E5, 42 and 8A. RGB value is (229,66,138). Sum of RGB (Red+Green+Blue) = 229+66+138=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5428A is #1ABD75. Grayscale: #7A7A7A. Windows color (decimal): -1752438 or 9061093. OLE color: 9061093.

HSL color Cylindrical-coordinate representation of color #E5428A: hue angle of 333.5º 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 #E5428A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 138 -
CMYK 0 0.71 0.40 0.10
HSL 333.5º 0.76% 0.58% -
HSV(B) 333.5º 0.71% 0.9% -
XYZ 38.85 22.39 26.32 -
YUV 122.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 229 66 138 0 0.71 0.40 0.10 333.5 0.76 0.58
Hex E5 42 8A 0 47 28 A 14D 4C 3A
Octal 345 102 212 0 107 50 12 515 114 72
Binary 11100101 1000010 10001010 0 1000111 101000 1010 101001101 1001100 111010

Color Harmonies of #E5428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5428A

Black with #E5428A

Text Example


Text Example

White with #E5428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5428A; }

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

 H1.HeaderClassName
 {
   color: #E5428A;
 }
 .AnyTagClassName
 {
   color: #E5428A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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