Html Css Color HEX #E74390 Violet Red

📋 copy color: '#E74390'

red 231 ◦ green 67 ◦ blue 144

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

Shades of Violet Red #E74390

Tints of Violet Red #E74390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.16%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 52.26%
G = 15.16%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E74390 (or 0xE74390) is known color: Violet Red. HEX triplet: E7, 43 and 90. RGB value is (231,67,144). Sum of RGB (Red+Green+Blue) = 231+67+144=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E74390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74390 is #18BC6F. Grayscale: #7C7C7C. Windows color (decimal): -1621104 or 9454567. OLE color: 9454567.

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

Color convert

RGB 231 67 144 -
CMYK 0 0.71 0.38 0.09
HSL 331.83º 0.77% 0.58% -
HSV(B) 331.83º 0.71% 0.91% -
XYZ 40 23.02 28.72 -
YUV 124.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 231 67 144 0 0.71 0.38 0.09 331.83 0.77 0.58
Hex E7 43 90 0 47 26 9 14C 4D 3A
Octal 347 103 220 0 107 46 11 514 115 72
Binary 11100111 1000011 10010000 0 1000111 100110 1001 101001100 1001101 111010

Color Harmonies of #E74390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74390

Black with #E74390

Text Example


Text Example

White with #E74390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74390; }

 p { color: rgb(231,67,144); }

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

background-color css

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

 a { background-color: rgb(231,67,144); }

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

border-color css

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

 span { border-color: rgb(231,67,144); }

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