Html Css Color HEX #EC73A0 Pale Violet Red

📋 copy color: '#EC73A0'

red 236 ◦ green 115 ◦ blue 160

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

Shades of Pale Violet Red #EC73A0

Tints of Pale Violet Red #EC73A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 46.18%
G = 22.5%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC73A0 (or 0xEC73A0) is known color: Pale Violet Red. HEX triplet: EC, 73 and A0. RGB value is (236,115,160). Sum of RGB (Red+Green+Blue) = 236+115+160=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73A0 is #138C5F. Grayscale: #9C9C9C. Windows color (decimal): -1281120 or 10515436. OLE color: 10515436.

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

Color convert

RGB 236 115 160 -
CMYK 0 0.51 0.32 0.07
HSL 337.69º 0.76% 0.69% -
HSV(B) 337.69º 0.51% 0.93% -
XYZ 47.07 32.63 37.08 -
YUV 156.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 236 115 160 0 0.51 0.32 0.07 337.69 0.76 0.69
Hex EC 73 A0 0 33 20 7 152 4C 45
Octal 354 163 240 0 63 40 7 522 114 105
Binary 11101100 1110011 10100000 0 110011 100000 111 101010010 1001100 1000101

Color Harmonies of #EC73A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73A0

Black with #EC73A0

Text Example


Text Example

White with #EC73A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73A0; }

 p { color: rgb(236,115,160); }

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

background-color css

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

 a { background-color: rgb(236,115,160); }

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

border-color css

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

 span { border-color: rgb(236,115,160); }

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