#E5968A

Color #E5968A Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E5968A

Tints of Tonys Pink #E5968A

Color information

#E5968A (or 0xE5968A) is unknown color: approx Tonys Pink. HEX triplet: E5, 96 and 8A. RGB value is (229,150,138). Sum of RGB (Red+Green+Blue) = 229+150+138=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5968A is #1A6975. Grayscale: #ACACAC. Windows color (decimal): -1730934 or 9082597. OLE color: 9082597.

HSL color Cylindrical-coordinate representation of color #E5968A: hue angle of 7.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5968A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229150138-
CMYK00.340.400.10
HSL7.91º63.64%71.96%-
HSV(B)7.91º39.74%89.8%-
XYZ47.8140.3129.3-
YUV172.25108.67168.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=44.29%
G=29.01%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915013800.340.400.107.9163.6471.96
HexE5968A02228A84048
Octal345226212042501210100110
Binary11100101100101101000101001000101010001010100010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5968A; }

 p { color: rgb(229,150,138); }

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

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

 a { background-color: rgb(229,150,138); }

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

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

 span { border-color: rgb(229,150,138); }

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