#e74385

Color #E74385 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #E74385

Tints of Violet Red #E74385

Color information

#E74385 (or 0xE74385) is unknown color: approx Violet Red. HEX triplet: E7, 43 and 85. RGB value is (231,67,133). Sum of RGB (Red+Green+Blue) = 231+67+133=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E74385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74385 is #18BC7A. Grayscale: #7B7B7B. Windows color (decimal): -1621115 or 8733671. OLE color: 8733671.

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

Color convert

RGB23167133-
CMYK00.710.420.09
HSL335.85º77.36%58.43%-
HSV(B)335.85º71%90.59%-
XYZ39.222.724.51-
YUV123.56133.33204.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.60%
GREEN value IS 67 (26.56% from 255) = 15.55%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=53.60%
G=15.55%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316713300.710.420.09335.8577.3658.43
HexE743850472A91504d3a
Octal3471032050107521152011572
Binary111001111000011100001010100011110101010011010100001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74385; }

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

 H1.HeaderClassName
 {
   color: #e74385;
 }
 .AnyTagClassName
 {
   color: #e74385;
 }
</style>
background-color css

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

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

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

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

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

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