Html Css Color HEX #E54185 Violet Red

📋 copy color: '#E54185'

red 229 ◦ green 65 ◦ blue 133

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

Shades of Violet Red #E54185

Tints of Violet Red #E54185

RGB

 RED value IS 229 (89.84% from 255) = 53.63%

 GREEN value IS 65 (25.78% from 255) = 15.22%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 53.63%
G = 15.22%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E54185 (or 0xE54185) is known color: Violet Red. HEX triplet: E5, 41 and 85. RGB value is (229,65,133). Sum of RGB (Red+Green+Blue) = 229+65+133=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E54185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54185 is #1ABE7A. Grayscale: #797979. Windows color (decimal): -1752699 or 8733157. OLE color: 8733157.

HSL color Cylindrical-coordinate representation of color #E54185: hue angle of 335.12º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54185 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 65 133 -
CMYK 0 0.72 0.42 0.10
HSL 335.12º 0.76% 0.58% -
HSV(B) 335.12º 0.72% 0.9% -
XYZ 38.44 22.13 24.44 -
YUV 121.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 229 65 133 0 0.72 0.42 0.10 335.12 0.76 0.58
Hex E5 41 85 0 48 2A A 14F 4C 3A
Octal 345 101 205 0 110 52 12 517 114 72
Binary 11100101 1000001 10000101 0 1001000 101010 1010 101001111 1001100 111010

Color Harmonies of #E54185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54185

Black with #E54185

Text Example


Text Example

White with #E54185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54185; }

 p { color: rgb(229,65,133); }

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

background-color css

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

 a { background-color: rgb(229,65,133); }

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

border-color css

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

 span { border-color: rgb(229,65,133); }

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