Html Css Color HEX #EC729D Pale Violet Red

📋 copy color: '#EC729D'

red 236 ◦ green 114 ◦ blue 157

#EC729D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #EC729D

Tints of Pale Violet Red #EC729D

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 value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC729D (or 0xEC729D) is known color: 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

RGB 236 114 157 -
CMYK 0 0.52 0.33 0.07
HSL 338.85º 0.76% 0.69% -
HSV(B) 338.85º 0.52% 0.93% -
XYZ 46.7 32.3 35.67 -
YUV 155.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 236 114 157 0 0.52 0.33 0.07 338.85 0.76 0.69
Hex EC 72 9D 0 34 21 7 153 4C 45
Octal 354 162 235 0 64 41 7 523 114 105
Binary 11101100 1110010 10011101 0 110100 100001 111 101010011 1001100 1000101

Color Harmonies of #EC729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC729D

Black with #EC729D

Text Example


Text Example

White with #EC729D

Text Example


Text Example

HTML Codes & Css Web 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>