Html Css Color HEX #E7429D Violet Red

📋 copy color: '#E7429D'

red 231 ◦ green 66 ◦ blue 157

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

Shades of Violet Red #E7429D

Tints of Violet Red #E7429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 50.88%
G = 14.54%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7429D (or 0xE7429D) is known color: Violet Red. HEX triplet: E7, 42 and 9D. RGB value is (231,66,157). Sum of RGB (Red+Green+Blue) = 231+66+157=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7429D is #18BD62. Grayscale: #7D7D7D. Windows color (decimal): -1621347 or 10306279. OLE color: 10306279.

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

Color convert

RGB 231 66 157 -
CMYK 0 0.71 0.32 0.09
HSL 326.91º 0.77% 0.58% -
HSV(B) 326.91º 0.71% 0.91% -
XYZ 40.99 23.32 34.24 -
YUV 125.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 231 66 157 0 0.71 0.32 0.09 326.91 0.77 0.58
Hex E7 42 9D 0 47 20 9 147 4D 3A
Octal 347 102 235 0 107 40 11 507 115 72
Binary 11100111 1000010 10011101 0 1000111 100000 1001 101000111 1001101 111010

Color Harmonies of #E7429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7429D

Black with #E7429D

Text Example


Text Example

White with #E7429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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