Html Css Color HEX #E73F85 Violet Red

📋 copy color: '#E73F85'

red 231 ◦ green 63 ◦ blue 133

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

Shades of Violet Red #E73F85

Tints of Violet Red #E73F85

RGB

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

 GREEN value IS 63 (25% from 255) = 14.75%

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

R = 54.1%
G = 14.75%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E73F85 (or 0xE73F85) is known color: Violet Red. HEX triplet: E7, 3F and 85. RGB value is (231,63,133). Sum of RGB (Red+Green+Blue) = 231+63+133=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73F85 is #18C07A. Grayscale: #797979. Windows color (decimal): -1622139 or 8732647. OLE color: 8732647.

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

Color convert

RGB 231 63 133 -
CMYK 0 0.73 0.42 0.09
HSL 335º 0.78% 0.58% -
HSV(B) 335º 0.73% 0.91% -
XYZ 38.97 22.24 24.43 -
YUV 121.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 231 63 133 0 0.73 0.42 0.09 335 0.78 0.58
Hex E7 3F 85 0 49 2A 9 14F 4E 3A
Octal 347 77 205 0 111 52 11 517 116 72
Binary 11100111 111111 10000101 0 1001001 101010 1001 101001111 1001110 111010

Color Harmonies of #E73F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73F85

Black with #E73F85

Text Example


Text Example

White with #E73F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73F85; }

 p { color: rgb(231,63,133); }

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

background-color css

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

 a { background-color: rgb(231,63,133); }

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

border-color css

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

 span { border-color: rgb(231,63,133); }

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