#E7448C

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

Shades of Violet Red #E7448C

Tints of Violet Red #E7448C

Color information

#E7448C (or 0xE7448C) is unknown color: approx Violet Red. HEX triplet: E7, 44 and 8C. RGB value is (231,68,140). Sum of RGB (Red+Green+Blue) = 231+68+140=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7448C is #18BB73. Grayscale: #7C7C7C. Windows color (decimal): -1620852 or 9192679. OLE color: 9192679.

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

Color convert

RGB23168140-
CMYK00.710.390.09
HSL333.5º77.25%58.63%-
HSV(B)333.5º70.56%90.59%-
XYZ39.7623.0227.16-
YUV124.94136.5203.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.62%
GREEN value IS 68 (26.95% from 255) = 15.49%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=52.62%
G=15.49%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316814000.710.390.09333.577.2558.63
HexE7448C04727914d4d3b
Octal3471042140107471151511573
Binary111001111000100100011000100011110011110011010011011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7448C; }

 p { color: rgb(231,68,140); }

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

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

 a { background-color: rgb(231,68,140); }

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

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

 span { border-color: rgb(231,68,140); }

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