Html Css Color HEX #E8428C Violet Red

📋 copy color: '#E8428C'

red 232 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #E8428C

Tints of Violet Red #E8428C

RGB

 RED value IS 232 (91.02% from 255) = 52.97%

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

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

R = 52.97%
G = 15.07%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8428C (or 0xE8428C) is known color: Violet Red. HEX triplet: E8, 42 and 8C. RGB value is (232,66,140). Sum of RGB (Red+Green+Blue) = 232+66+140=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8428C is #17BD73. Grayscale: #7B7B7B. Windows color (decimal): -1555828 or 9192168. OLE color: 9192168.

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

Color convert

RGB 232 66 140 -
CMYK 0 0.72 0.40 0.09
HSL 333.25º 0.78% 0.58% -
HSV(B) 333.25º 0.72% 0.91% -
XYZ 39.96 22.95 27.13 -
YUV 124.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 232 66 140 0 0.72 0.40 0.09 333.25 0.78 0.58
Hex E8 42 8C 0 48 28 9 14D 4E 3A
Octal 350 102 214 0 110 50 11 515 116 72
Binary 11101000 1000010 10001100 0 1001000 101000 1001 101001101 1001110 111010

Color Harmonies of #E8428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8428C

Black with #E8428C

Text Example


Text Example

White with #E8428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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