#E3448D

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

Shades of Violet Red #E3448D

Tints of Violet Red #E3448D

Color information

#E3448D (or 0xE3448D) is unknown color: approx Violet Red. HEX triplet: E3, 44 and 8D. RGB value is (227,68,141). Sum of RGB (Red+Green+Blue) = 227+68+141=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3448D is #1CBB72. Grayscale: #7B7B7B. Windows color (decimal): -1882995 or 9258211. OLE color: 9258211.

HSL color Cylindrical-coordinate representation of color #E3448D: hue angle of 332.45º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3448D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22768141-
CMYK00.700.380.11
HSL332.45º73.95%57.84%-
HSV(B)332.45º70.04%89.02%-
XYZ38.5522.3927.49-
YUV123.86137.68201.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.06%
GREEN value IS 68 (26.95% from 255) = 15.60%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=52.06%
G=15.60%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276814100.700.380.11332.4573.9557.84
HexE3448D04626B14c4a3a
Octal3431042150106461351411272
Binary111000111000100100011010100011010011010111010011001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3448D; }

 p { color: rgb(227,68,141); }

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

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

 a { background-color: rgb(227,68,141); }

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

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

 span { border-color: rgb(227,68,141); }

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