Html Css Color HEX #E74694 Violet Red

📋 copy color: '#E74694'

red 231 ◦ green 70 ◦ blue 148

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

Shades of Violet Red #E74694

Tints of Violet Red #E74694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

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

R = 51.45%
G = 15.59%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E74694 (or 0xE74694) is known color: Violet Red. HEX triplet: E7, 46 and 94. RGB value is (231,70,148). Sum of RGB (Red+Green+Blue) = 231+70+148=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E74694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74694 is #18B96B. Grayscale: #7E7E7E. Windows color (decimal): -1620332 or 9717479. OLE color: 9717479.

HSL color Cylindrical-coordinate representation of color #E74694: hue angle of 330.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74694 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 148 -
CMYK 0 0.70 0.36 0.09
HSL 330.93º 0.77% 0.59% -
HSV(B) 330.93º 0.7% 0.91% -
XYZ 40.49 23.51 30.42 -
YUV 127.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 231 70 148 0 0.70 0.36 0.09 330.93 0.77 0.59
Hex E7 46 94 0 46 24 9 14B 4D 3B
Octal 347 106 224 0 106 44 11 513 115 73
Binary 11100111 1000110 10010100 0 1000110 100100 1001 101001011 1001101 111011

Color Harmonies of #E74694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74694

Black with #E74694

Text Example


Text Example

White with #E74694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74694; }

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

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

background-color css

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

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

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

border-color css

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

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

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