Html Css Color HEX #E74490 Violet Red

📋 copy color: '#E74490'

red 231 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #E74490

Tints of Violet Red #E74490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 52.14%
G = 15.35%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E74490 (or 0xE74490) is known color: Violet Red. HEX triplet: E7, 44 and 90. RGB value is (231,68,144). Sum of RGB (Red+Green+Blue) = 231+68+144=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E74490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74490 is #18BB6F. Grayscale: #7D7D7D. Windows color (decimal): -1620848 or 9454823. OLE color: 9454823.

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

Color convert

RGB 231 68 144 -
CMYK 0 0.71 0.38 0.09
HSL 332.02º 0.77% 0.59% -
HSV(B) 332.02º 0.71% 0.91% -
XYZ 40.06 23.14 28.74 -
YUV 125.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 231 68 144 0 0.71 0.38 0.09 332.02 0.77 0.59
Hex E7 44 90 0 47 26 9 14C 4D 3B
Octal 347 104 220 0 107 46 11 514 115 73
Binary 11100111 1000100 10010000 0 1000111 100110 1001 101001100 1001101 111011

Color Harmonies of #E74490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74490

Black with #E74490

Text Example


Text Example

White with #E74490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74490; }

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

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

background-color css

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

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

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

border-color css

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

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

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