Html Css Color HEX #EC7C80 Froly

📋 copy color: '#EC7C80'

red 236 ◦ green 124 ◦ blue 128

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

Shades of Froly #EC7C80

Tints of Froly #EC7C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 48.36%
G = 25.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC7C80 (or 0xEC7C80) is known color: Froly. HEX triplet: EC, 7C and 80. RGB value is (236,124,128). Sum of RGB (Red+Green+Blue) = 236+124+128=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C80 is #13837F. Grayscale: #9E9E9E. Windows color (decimal): -1278848 or 8420588. OLE color: 8420588.

HSL color Cylindrical-coordinate representation of color #EC7C80: hue angle of 357.86º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7C80 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 124 128 -
CMYK 0 0.47 0.46 0.07
HSL 357.86º 0.75% 0.71% -
HSV(B) 357.86º 0.47% 0.93% -
XYZ 45.7 33.81 24.54 -
YUV 157.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 236 124 128 0 0.47 0.46 0.07 357.86 0.75 0.71
Hex EC 7C 80 0 2F 2E 7 166 4B 47
Octal 354 174 200 0 57 56 7 546 113 107
Binary 11101100 1111100 10000000 0 101111 101110 111 101100110 1001011 1000111

Color Harmonies of #EC7C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C80

Black with #EC7C80

Text Example


Text Example

White with #EC7C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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