Html Css Color HEX #E7418E Violet Red

📋 copy color: '#E7418E'

red 231 ◦ green 65 ◦ blue 142

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

Shades of Violet Red #E7418E

Tints of Violet Red #E7418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 52.74%
G = 14.84%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7418E (or 0xE7418E) is known color: Violet Red. HEX triplet: E7, 41 and 8E. RGB value is (231,65,142). Sum of RGB (Red+Green+Blue) = 231+65+142=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7418E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7418E is #18BE71. Grayscale: #7B7B7B. Windows color (decimal): -1621618 or 9322983. OLE color: 9322983.

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

Color convert

RGB 231 65 142 -
CMYK 0 0.72 0.39 0.09
HSL 332.17º 0.78% 0.58% -
HSV(B) 332.17º 0.72% 0.91% -
XYZ 39.73 22.72 27.88 -
YUV 123.41 138.5 204.74 -
System Red Green Blue C M Y K H S L
Decimal 231 65 142 0 0.72 0.39 0.09 332.17 0.78 0.58
Hex E7 41 8E 0 48 27 9 14C 4E 3A
Octal 347 101 216 0 110 47 11 514 116 72
Binary 11100111 1000001 10001110 0 1001000 100111 1001 101001100 1001110 111010

Color Harmonies of #E7418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7418E

Black with #E7418E

Text Example


Text Example

White with #E7418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7418E; }

 p { color: rgb(231,65,142); }

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

background-color css

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

 a { background-color: rgb(231,65,142); }

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

border-color css

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

 span { border-color: rgb(231,65,142); }

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