Html Css Color HEX #E7449D Violet Red

📋 copy color: '#E7449D'

red 231 ◦ green 68 ◦ blue 157

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

Shades of Violet Red #E7449D

Tints of Violet Red #E7449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.91%

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

R = 50.66%
G = 14.91%
B = 34.43%

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

#E7449D (or 0xE7449D) is known color: Violet Red. HEX triplet: E7, 44 and 9D. RGB value is (231,68,157). Sum of RGB (Red+Green+Blue) = 231+68+157=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7449D is #18BB62. Grayscale: #7E7E7E. Windows color (decimal): -1620835 or 10306791. OLE color: 10306791.

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

Color convert

RGB 231 68 157 -
CMYK 0 0.71 0.32 0.09
HSL 327.24º 0.77% 0.59% -
HSV(B) 327.24º 0.71% 0.91% -
XYZ 41.11 23.56 34.28 -
YUV 126.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 231 68 157 0 0.71 0.32 0.09 327.24 0.77 0.59
Hex E7 44 9D 0 47 20 9 147 4D 3B
Octal 347 104 235 0 107 40 11 507 115 73
Binary 11100111 1000100 10011101 0 1000111 100000 1001 101000111 1001101 111011

Color Harmonies of #E7449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7449D

Black with #E7449D

Text Example


Text Example

White with #E7449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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