Html Css Color HEX #E94593 Violet Red

📋 copy color: '#E94593'

red 233 ◦ green 69 ◦ blue 147

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

Shades of Violet Red #E94593

Tints of Violet Red #E94593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.37%

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 51.89%
G = 15.37%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E94593 (or 0xE94593) is known color: Violet Red. HEX triplet: E9, 45 and 93. RGB value is (233,69,147). Sum of RGB (Red+Green+Blue) = 233+69+147=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E94593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94593 is #16BA6C. Grayscale: #7E7E7E. Windows color (decimal): -1489517 or 9651689. OLE color: 9651689.

HSL color Cylindrical-coordinate representation of color #E94593: hue angle of 331.46º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94593 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 147 -
CMYK 0 0.70 0.37 0.09
HSL 331.46º 0.79% 0.59% -
HSV(B) 331.46º 0.7% 0.91% -
XYZ 41 23.69 30.01 -
YUV 126.93 139.33 203.66 -
System Red Green Blue C M Y K H S L
Decimal 233 69 147 0 0.70 0.37 0.09 331.46 0.79 0.59
Hex E9 45 93 0 46 25 9 14B 4F 3B
Octal 351 105 223 0 106 45 11 513 117 73
Binary 11101001 1000101 10010011 0 1000110 100101 1001 101001011 1001111 111011

Color Harmonies of #E94593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94593

Black with #E94593

Text Example


Text Example

White with #E94593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94593; }

 p { color: rgb(233,69,147); }

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

background-color css

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

 a { background-color: rgb(233,69,147); }

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

border-color css

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

 span { border-color: rgb(233,69,147); }

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