Html Css Color HEX #E74092 Violet Red

📋 copy color: '#E74092'

red 231 ◦ green 64 ◦ blue 146

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

Shades of Violet Red #E74092

Tints of Violet Red #E74092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 52.38%
G = 14.51%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E74092 (or 0xE74092) is known color: Violet Red. HEX triplet: E7, 40 and 92. RGB value is (231,64,146). Sum of RGB (Red+Green+Blue) = 231+64+146=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E74092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74092 is #18BF6D. Grayscale: #7B7B7B. Windows color (decimal): -1621870 or 9584871. OLE color: 9584871.

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

Color convert

RGB 231 64 146 -
CMYK 0 0.72 0.37 0.09
HSL 330.54º 0.78% 0.58% -
HSV(B) 330.54º 0.72% 0.91% -
XYZ 39.98 22.73 29.47 -
YUV 123.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 231 64 146 0 0.72 0.37 0.09 330.54 0.78 0.58
Hex E7 40 92 0 48 25 9 14B 4E 3A
Octal 347 100 222 0 110 45 11 513 116 72
Binary 11100111 1000000 10010010 0 1001000 100101 1001 101001011 1001110 111010

Color Harmonies of #E74092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74092

Black with #E74092

Text Example


Text Example

White with #E74092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74092; }

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

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

background-color css

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

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

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

border-color css

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

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

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