Html Css Color HEX #EC729F Pale Violet Red

📋 copy color: '#EC729F'

red 236 ◦ green 114 ◦ blue 159

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

Shades of Pale Violet Red #EC729F

Tints of Pale Violet Red #EC729F

RGB

 RED value IS 236 (92.58% from 255) = 46.37%

 GREEN value IS 114 (44.92% from 255) = 22.4%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 46.37%
G = 22.4%
B = 31.24%

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

#EC729F (or 0xEC729F) is known color: Pale Violet Red. HEX triplet: EC, 72 and 9F. RGB value is (236,114,159). Sum of RGB (Red+Green+Blue) = 236+114+159=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC729F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC729F is #138D60. Grayscale: #9B9B9B. Windows color (decimal): -1281377 or 10449644. OLE color: 10449644.

HSL color Cylindrical-coordinate representation of color #EC729F: hue angle of 337.87º 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 #EC729F is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 159 -
CMYK 0 0.52 0.33 0.07
HSL 337.87º 0.76% 0.69% -
HSV(B) 337.87º 0.52% 0.93% -
XYZ 46.87 32.37 36.58 -
YUV 155.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 236 114 159 0 0.52 0.33 0.07 337.87 0.76 0.69
Hex EC 72 9F 0 34 21 7 152 4C 45
Octal 354 162 237 0 64 41 7 522 114 105
Binary 11101100 1110010 10011111 0 110100 100001 111 101010010 1001100 1000101

Color Harmonies of #EC729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC729F

Black with #EC729F

Text Example


Text Example

White with #EC729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC729F; }

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

 H1.HeaderClassName
 {
   color: #EC729F;
 }
 .AnyTagClassName
 {
   color: #EC729F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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