Html Css Color HEX #E84290 Violet Red

📋 copy color: '#E84290'

red 232 ◦ green 66 ◦ blue 144

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

Shades of Violet Red #E84290

Tints of Violet Red #E84290

RGB

 RED value IS 232 (91.02% from 255) = 52.49%

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

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

R = 52.49%
G = 14.93%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E84290 (or 0xE84290) is known color: Violet Red. HEX triplet: E8, 42 and 90. RGB value is (232,66,144). Sum of RGB (Red+Green+Blue) = 232+66+144=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E84290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84290 is #17BD6F. Grayscale: #7C7C7C. Windows color (decimal): -1555824 or 9454312. OLE color: 9454312.

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

Color convert

RGB 232 66 144 -
CMYK 0 0.72 0.38 0.09
HSL 331.81º 0.78% 0.58% -
HSV(B) 331.81º 0.72% 0.91% -
XYZ 40.26 23.07 28.72 -
YUV 124.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 232 66 144 0 0.72 0.38 0.09 331.81 0.78 0.58
Hex E8 42 90 0 48 26 9 14C 4E 3A
Octal 350 102 220 0 110 46 11 514 116 72
Binary 11101000 1000010 10010000 0 1001000 100110 1001 101001100 1001110 111010

Color Harmonies of #E84290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84290

Black with #E84290

Text Example


Text Example

White with #E84290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84290; }

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

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

background-color css

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

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

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

border-color css

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

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

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