Html Css Color HEX #E74396 Violet Red

📋 copy color: '#E74396'

red 231 ◦ green 67 ◦ blue 150

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

Shades of Violet Red #E74396

Tints of Violet Red #E74396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.96%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 51.56%
G = 14.96%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E74396 (or 0xE74396) is known color: Violet Red. HEX triplet: E7, 43 and 96. RGB value is (231,67,150). Sum of RGB (Red+Green+Blue) = 231+67+150=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E74396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74396 is #18BC69. Grayscale: #7D7D7D. Windows color (decimal): -1621098 or 9847783. OLE color: 9847783.

HSL color Cylindrical-coordinate representation of color #E74396: hue angle of 329.63º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74396 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 67 150 -
CMYK 0 0.71 0.35 0.09
HSL 329.63º 0.77% 0.58% -
HSV(B) 329.63º 0.71% 0.91% -
XYZ 40.47 23.21 31.2 -
YUV 125.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 231 67 150 0 0.71 0.35 0.09 329.63 0.77 0.58
Hex E7 43 96 0 47 23 9 14A 4D 3A
Octal 347 103 226 0 107 43 11 512 115 72
Binary 11100111 1000011 10010110 0 1000111 100011 1001 101001010 1001101 111010

Color Harmonies of #E74396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74396

Black with #E74396

Text Example


Text Example

White with #E74396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74396; }

 p { color: rgb(231,67,150); }

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

background-color css

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

 a { background-color: rgb(231,67,150); }

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

border-color css

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

 span { border-color: rgb(231,67,150); }

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