Html Css Color HEX #EC7C7D Froly

📋 copy color: '#EC7C7D'

red 236 ◦ green 124 ◦ blue 125

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

Shades of Froly #EC7C7D

Tints of Froly #EC7C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 48.66%
G = 25.57%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC7C7D (or 0xEC7C7D) is known color: Froly. HEX triplet: EC, 7C and 7D. RGB value is (236,124,125). Sum of RGB (Red+Green+Blue) = 236+124+125=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C7D is #138382. Grayscale: #9D9D9D. Windows color (decimal): -1278851 or 8223980. OLE color: 8223980.

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

Color convert

RGB 236 124 125 -
CMYK 0 0.47 0.47 0.07
HSL 359.46º 0.75% 0.71% -
HSV(B) 359.46º 0.47% 0.93% -
XYZ 45.5 33.73 23.51 -
YUV 157.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 236 124 125 0 0.47 0.47 0.07 359.46 0.75 0.71
Hex EC 7C 7D 0 2F 2F 7 167 4B 47
Octal 354 174 175 0 57 57 7 547 113 107
Binary 11101100 1111100 1111101 0 101111 101111 111 101100111 1001011 1000111

Color Harmonies of #EC7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C7D

Black with #EC7C7D

Text Example


Text Example

White with #EC7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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