Html Css Color HEX #E74394 Violet Red

📋 copy color: '#E74394'

red 231 ◦ green 67 ◦ blue 148

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

Shades of Violet Red #E74394

Tints of Violet Red #E74394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.18%

R = 51.79%
G = 15.02%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E74394 (or 0xE74394) is known color: Violet Red. HEX triplet: E7, 43 and 94. RGB value is (231,67,148). Sum of RGB (Red+Green+Blue) = 231+67+148=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E74394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74394 is #18BC6B. Grayscale: #7D7D7D. Windows color (decimal): -1621100 or 9716711. OLE color: 9716711.

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

Color convert

RGB 231 67 148 -
CMYK 0 0.71 0.36 0.09
HSL 330.37º 0.77% 0.58% -
HSV(B) 330.37º 0.71% 0.91% -
XYZ 40.31 23.14 30.36 -
YUV 125.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 231 67 148 0 0.71 0.36 0.09 330.37 0.77 0.58
Hex E7 43 94 0 47 24 9 14A 4D 3A
Octal 347 103 224 0 107 44 11 512 115 72
Binary 11100111 1000011 10010100 0 1000111 100100 1001 101001010 1001101 111010

Color Harmonies of #E74394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74394

Black with #E74394

Text Example


Text Example

White with #E74394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74394; }

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

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

background-color css

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

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

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

border-color css

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

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

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