Html Css Color HEX #E7408B Violet Red

📋 copy color: '#E7408B'

red 231 ◦ green 64 ◦ blue 139

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

Shades of Violet Red #E7408B

Tints of Violet Red #E7408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.75%

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 53.23%
G = 14.75%
B = 32.03%

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

#E7408B (or 0xE7408B) is known color: Violet Red. HEX triplet: E7, 40 and 8B. RGB value is (231,64,139). Sum of RGB (Red+Green+Blue) = 231+64+139=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E7408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7408B is #18BF74. Grayscale: #7A7A7A. Windows color (decimal): -1621877 or 9126119. OLE color: 9126119.

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

Color convert

RGB 231 64 139 -
CMYK 0 0.72 0.40 0.09
HSL 333.05º 0.78% 0.58% -
HSV(B) 333.05º 0.72% 0.91% -
XYZ 39.45 22.52 26.69 -
YUV 122.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 231 64 139 0 0.72 0.40 0.09 333.05 0.78 0.58
Hex E7 40 8B 0 48 28 9 14D 4E 3A
Octal 347 100 213 0 110 50 11 515 116 72
Binary 11100111 1000000 10001011 0 1001000 101000 1001 101001101 1001110 111010

Color Harmonies of #E7408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7408B

Black with #E7408B

Text Example


Text Example

White with #E7408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7408B; }

 p { color: rgb(231,64,139); }

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

background-color css

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

 a { background-color: rgb(231,64,139); }

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

border-color css

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

 span { border-color: rgb(231,64,139); }

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