Html Css Color HEX #EC727C Froly

📋 copy color: '#EC727C'

red 236 ◦ green 114 ◦ blue 124

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

Shades of Froly #EC727C

Tints of Froly #EC727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 49.79%
G = 24.05%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC727C (or 0xEC727C) is known color: Froly. HEX triplet: EC, 72 and 7C. RGB value is (236,114,124). Sum of RGB (Red+Green+Blue) = 236+114+124=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC727C is #138D83. Grayscale: #979797. Windows color (decimal): -1281412 or 8155884. OLE color: 8155884.

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

Color convert

RGB 236 114 124 -
CMYK 0 0.52 0.47 0.07
HSL 355.08º 0.76% 0.69% -
HSV(B) 355.08º 0.52% 0.93% -
XYZ 44.25 31.32 22.78 -
YUV 151.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 236 114 124 0 0.52 0.47 0.07 355.08 0.76 0.69
Hex EC 72 7C 0 34 2F 7 163 4C 45
Octal 354 162 174 0 64 57 7 543 114 105
Binary 11101100 1110010 1111100 0 110100 101111 111 101100011 1001100 1000101

Color Harmonies of #EC727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC727C

Black with #EC727C

Text Example


Text Example

White with #EC727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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