Html Css Color HEX #E74494 Violet Red

📋 copy color: '#E74494'

red 231 ◦ green 68 ◦ blue 148

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

Shades of Violet Red #E74494

Tints of Violet Red #E74494

RGB

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

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

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

R = 51.68%
G = 15.21%
B = 33.11%

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

#E74494 (or 0xE74494) is known color: Violet Red. HEX triplet: E7, 44 and 94. RGB value is (231,68,148). Sum of RGB (Red+Green+Blue) = 231+68+148=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74494 is #18BB6B. Grayscale: #7D7D7D. Windows color (decimal): -1620844 or 9716967. OLE color: 9716967.

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

Color convert

RGB 231 68 148 -
CMYK 0 0.71 0.36 0.09
HSL 330.55º 0.77% 0.59% -
HSV(B) 330.55º 0.71% 0.91% -
XYZ 40.37 23.26 30.38 -
YUV 125.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 231 68 148 0 0.71 0.36 0.09 330.55 0.77 0.59
Hex E7 44 94 0 47 24 9 14B 4D 3B
Octal 347 104 224 0 107 44 11 513 115 73
Binary 11100111 1000100 10010100 0 1000111 100100 1001 101001011 1001101 111011

Color Harmonies of #E74494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74494

Black with #E74494

Text Example


Text Example

White with #E74494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74494; }

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

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

background-color css

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

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

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

border-color css

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

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

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