Html Css Color HEX #E74486 Violet Red

📋 copy color: '#E74486'

red 231 ◦ green 68 ◦ blue 134

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

Shades of Violet Red #E74486

Tints of Violet Red #E74486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 53.35%
G = 15.7%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E74486 (or 0xE74486) is known color: Violet Red. HEX triplet: E7, 44 and 86. RGB value is (231,68,134). Sum of RGB (Red+Green+Blue) = 231+68+134=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E74486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74486 is #18BB79. Grayscale: #7C7C7C. Windows color (decimal): -1620858 or 8799463. OLE color: 8799463.

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

Color convert

RGB 231 68 134 -
CMYK 0 0.71 0.42 0.09
HSL 335.71º 0.77% 0.59% -
HSV(B) 335.71º 0.71% 0.91% -
XYZ 39.33 22.84 24.89 -
YUV 124.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 231 68 134 0 0.71 0.42 0.09 335.71 0.77 0.59
Hex E7 44 86 0 47 2A 9 150 4D 3B
Octal 347 104 206 0 107 52 11 520 115 73
Binary 11100111 1000100 10000110 0 1000111 101010 1001 101010000 1001101 111011

Color Harmonies of #E74486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74486

Black with #E74486

Text Example


Text Example

White with #E74486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74486; }

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

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

background-color css

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

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

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

border-color css

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

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

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