#e2729b

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

Shades of Pale Violet Red #E2729B

Tints of Pale Violet Red #E2729B

Color information

#E2729B (or 0xE2729B) is unknown color: approx Pale Violet Red. HEX triplet: E2, 72 and 9B. RGB value is (226,114,155). Sum of RGB (Red+Green+Blue) = 226+114+155=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2729B is #1D8D64. Grayscale: #989898. Windows color (decimal): -1936741 or 10187490. OLE color: 10187490.

HSL color Cylindrical-coordinate representation of color #E2729B: hue angle of 338.04º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2729B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226114155-
CMYK00.500.310.11
HSL338.04º65.88%66.67%-
HSV(B)338.04º49.56%88.63%-
XYZ43.330.5734.63-
YUV152.16129.61180.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=45.66%
G=23.03%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611415500.500.310.11338.0465.8866.67
HexE2729B0321FB1524243
Octal3421622330623713522102103
Binary11100010111001010011011011001011111101110101001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2729b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2729b; }

 p { color: rgb(226,114,155); }

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

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

 a { background-color: rgb(226,114,155); }

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

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

 span { border-color: rgb(226,114,155); }

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