Html Css Color HEX #E7428C Violet Red

📋 copy color: '#E7428C'

red 231 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #E7428C

Tints of Violet Red #E7428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 52.86%
G = 15.1%
B = 32.04%

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

#E7428C (or 0xE7428C) is known color: Violet Red. HEX triplet: E7, 42 and 8C. RGB value is (231,66,140). Sum of RGB (Red+Green+Blue) = 231+66+140=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7428C is #18BD73. Grayscale: #7B7B7B. Windows color (decimal): -1621364 or 9192167. OLE color: 9192167.

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

Color convert

RGB 231 66 140 -
CMYK 0 0.71 0.39 0.09
HSL 333.09º 0.77% 0.58% -
HSV(B) 333.09º 0.71% 0.91% -
XYZ 39.64 22.78 27.12 -
YUV 123.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 231 66 140 0 0.71 0.39 0.09 333.09 0.77 0.58
Hex E7 42 8C 0 47 27 9 14D 4D 3A
Octal 347 102 214 0 107 47 11 515 115 72
Binary 11100111 1000010 10001100 0 1000111 100111 1001 101001101 1001101 111010

Color Harmonies of #E7428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7428C

Black with #E7428C

Text Example


Text Example

White with #E7428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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