Html Css Color HEX #E74695 Violet Red

📋 copy color: '#E74695'

red 231 ◦ green 70 ◦ blue 149

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

Shades of Violet Red #E74695

Tints of Violet Red #E74695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 51.33%
G = 15.56%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E74695 (or 0xE74695) is known color: Violet Red. HEX triplet: E7, 46 and 95. RGB value is (231,70,149). Sum of RGB (Red+Green+Blue) = 231+70+149=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E74695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74695 is #18B96A. Grayscale: #7E7E7E. Windows color (decimal): -1620331 or 9783015. OLE color: 9783015.

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

Color convert

RGB 231 70 149 -
CMYK 0 0.70 0.35 0.09
HSL 330.56º 0.77% 0.59% -
HSV(B) 330.56º 0.7% 0.91% -
XYZ 40.57 23.54 30.84 -
YUV 127.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 231 70 149 0 0.70 0.35 0.09 330.56 0.77 0.59
Hex E7 46 95 0 46 23 9 14B 4D 3B
Octal 347 106 225 0 106 43 11 513 115 73
Binary 11100111 1000110 10010101 0 1000110 100011 1001 101001011 1001101 111011

Color Harmonies of #E74695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74695

Black with #E74695

Text Example


Text Example

White with #E74695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74695; }

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

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

background-color css

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

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

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

border-color css

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

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

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