Html Css Color HEX #E74290 Violet Red

📋 copy color: '#E74290'

red 231 ◦ green 66 ◦ blue 144

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

Shades of Violet Red #E74290

Tints of Violet Red #E74290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

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

R = 52.38%
G = 14.97%
B = 32.65%

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

#E74290 (or 0xE74290) is known color: Violet Red. HEX triplet: E7, 42 and 90. RGB value is (231,66,144). Sum of RGB (Red+Green+Blue) = 231+66+144=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E74290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74290 is #18BD6F. Grayscale: #7C7C7C. Windows color (decimal): -1621360 or 9454311. OLE color: 9454311.

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

Color convert

RGB 231 66 144 -
CMYK 0 0.71 0.38 0.09
HSL 331.64º 0.77% 0.58% -
HSV(B) 331.64º 0.71% 0.91% -
XYZ 39.94 22.9 28.7 -
YUV 124.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 231 66 144 0 0.71 0.38 0.09 331.64 0.77 0.58
Hex E7 42 90 0 47 26 9 14C 4D 3A
Octal 347 102 220 0 107 46 11 514 115 72
Binary 11100111 1000010 10010000 0 1000111 100110 1001 101001100 1001101 111010

Color Harmonies of #E74290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74290

Black with #E74290

Text Example


Text Example

White with #E74290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74290; }

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

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

background-color css

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

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

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

border-color css

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

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

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