Html Css Color HEX #E7429A Violet Red

📋 copy color: '#E7429A'

red 231 ◦ green 66 ◦ blue 154

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

Shades of Violet Red #E7429A

Tints of Violet Red #E7429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 51.22%
G = 14.63%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7429A (or 0xE7429A) is known color: Violet Red. HEX triplet: E7, 42 and 9A. RGB value is (231,66,154). Sum of RGB (Red+Green+Blue) = 231+66+154=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7429A is #18BD65. Grayscale: #7D7D7D. Windows color (decimal): -1621350 or 10109671. OLE color: 10109671.

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

Color convert

RGB 231 66 154 -
CMYK 0 0.71 0.33 0.09
HSL 328º 0.77% 0.58% -
HSV(B) 328º 0.71% 0.91% -
XYZ 40.74 23.22 32.91 -
YUV 125.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 231 66 154 0 0.71 0.33 0.09 328 0.77 0.58
Hex E7 42 9A 0 47 21 9 148 4D 3A
Octal 347 102 232 0 107 41 11 510 115 72
Binary 11100111 1000010 10011010 0 1000111 100001 1001 101001000 1001101 111010

Color Harmonies of #E7429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7429A

Black with #E7429A

Text Example


Text Example

White with #E7429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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