#EC729D

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

Shades of Pale Violet Red #EC729D

Tints of Pale Violet Red #EC729D

Color information

#EC729D (or 0xEC729D) is unknown color: approx Pale Violet Red. HEX triplet: EC, 72 and 9D. RGB value is (236,114,157). Sum of RGB (Red+Green+Blue) = 236+114+157=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC729D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC729D is #138D62. Grayscale: #9B9B9B. Windows color (decimal): -1281379 or 10318572. OLE color: 10318572.

HSL color Cylindrical-coordinate representation of color #EC729D: hue angle of 338.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC729D is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236114157-
CMYK00.520.330.07
HSL338.85º76.25%68.63%-
HSV(B)338.85º51.69%92.55%-
XYZ46.732.335.67-
YUV155.38128.92185.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=46.55%
G=22.49%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611415700.520.330.07338.8576.2568.63
HexEC729D0342171534c45
Octal354162235064417523114105
Binary11101100111001010011101011010010000111110101001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC729D; }

 p { color: rgb(236,114,157); }

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

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

 a { background-color: rgb(236,114,157); }

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

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

 span { border-color: rgb(236,114,157); }

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