Html Css Color HEX #E7428D Violet Red

📋 copy color: '#E7428D'

red 231 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #E7428D

Tints of Violet Red #E7428D

RGB

 RED value IS 231 (90.63% from 255) = 52.74%

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

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 52.74%
G = 15.07%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7428D (or 0xE7428D) is known color: Violet Red. HEX triplet: E7, 42 and 8D. RGB value is (231,66,141). Sum of RGB (Red+Green+Blue) = 231+66+141=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7428D is #18BD72. Grayscale: #7B7B7B. Windows color (decimal): -1621363 or 9257703. OLE color: 9257703.

HSL color Cylindrical-coordinate representation of color #E7428D: hue angle of 332.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7428D is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 66 141 -
CMYK 0 0.71 0.39 0.09
HSL 332.73º 0.77% 0.58% -
HSV(B) 332.73º 0.71% 0.91% -
XYZ 39.71 22.81 27.51 -
YUV 123.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 231 66 141 0 0.71 0.39 0.09 332.73 0.77 0.58
Hex E7 42 8D 0 47 27 9 14D 4D 3A
Octal 347 102 215 0 107 47 11 515 115 72
Binary 11100111 1000010 10001101 0 1000111 100111 1001 101001101 1001101 111010

Color Harmonies of #E7428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7428D

Black with #E7428D

Text Example


Text Example

White with #E7428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7428D; }

 p { color: rgb(231,66,141); }

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

background-color css

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

 a { background-color: rgb(231,66,141); }

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

border-color css

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

 span { border-color: rgb(231,66,141); }

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