Html Css Color HEX #E74492 Violet Red

📋 copy color: '#E74492'

red 231 ◦ green 68 ◦ blue 146

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

Shades of Violet Red #E74492

Tints of Violet Red #E74492

RGB

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

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

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

R = 51.91%
G = 15.28%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E74492 (or 0xE74492) is known color: Violet Red. HEX triplet: E7, 44 and 92. RGB value is (231,68,146). Sum of RGB (Red+Green+Blue) = 231+68+146=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E74492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74492 is #18BB6D. Grayscale: #7D7D7D. Windows color (decimal): -1620846 or 9585895. OLE color: 9585895.

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

Color convert

RGB 231 68 146 -
CMYK 0 0.71 0.37 0.09
HSL 331.29º 0.77% 0.59% -
HSV(B) 331.29º 0.71% 0.91% -
XYZ 40.21 23.2 29.55 -
YUV 125.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 231 68 146 0 0.71 0.37 0.09 331.29 0.77 0.59
Hex E7 44 92 0 47 25 9 14B 4D 3B
Octal 347 104 222 0 107 45 11 513 115 73
Binary 11100111 1000100 10010010 0 1000111 100101 1001 101001011 1001101 111011

Color Harmonies of #E74492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74492

Black with #E74492

Text Example


Text Example

White with #E74492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74492; }

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

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

background-color css

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

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

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

border-color css

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

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

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