Html Css Color HEX #E94490 Violet Red

📋 copy color: '#E94490'

red 233 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #E94490

Tints of Violet Red #E94490

RGB

 RED value IS 233 (91.41% from 255) = 52.36%

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

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

R = 52.36%
G = 15.28%
B = 32.36%

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

#E94490 (or 0xE94490) is known color: Violet Red. HEX triplet: E9, 44 and 90. RGB value is (233,68,144). Sum of RGB (Red+Green+Blue) = 233+68+144=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E94490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94490 is #16BB6F. Grayscale: #7D7D7D. Windows color (decimal): -1489776 or 9454825. OLE color: 9454825.

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

Color convert

RGB 233 68 144 -
CMYK 0 0.71 0.38 0.09
HSL 332.36º 0.79% 0.59% -
HSV(B) 332.36º 0.71% 0.91% -
XYZ 40.71 23.47 28.77 -
YUV 126 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 233 68 144 0 0.71 0.38 0.09 332.36 0.79 0.59
Hex E9 44 90 0 47 26 9 14C 4F 3B
Octal 351 104 220 0 107 46 11 514 117 73
Binary 11101001 1000100 10010000 0 1000111 100110 1001 101001100 1001111 111011

Color Harmonies of #E94490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94490

Black with #E94490

Text Example


Text Example

White with #E94490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94490; }

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

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

background-color css

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

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

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

border-color css

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

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

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