Html Css Color HEX #EC616D Froly

📋 copy color: '#EC616D'

red 236 ◦ green 97 ◦ blue 109

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

Shades of Froly #EC616D

Tints of Froly #EC616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 53.39%
G = 21.95%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC616D (or 0xEC616D) is known color: Froly. HEX triplet: EC, 61 and 6D. RGB value is (236,97,109). Sum of RGB (Red+Green+Blue) = 236+97+109=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC616D is #139E92. Grayscale: #8C8C8C. Windows color (decimal): -1285779 or 7168492. OLE color: 7168492.

HSL color Cylindrical-coordinate representation of color #EC616D: hue angle of 354.82º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC616D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 109 -
CMYK 0 0.59 0.54 0.07
HSL 354.82º 0.79% 0.65% -
HSV(B) 354.82º 0.59% 0.93% -
XYZ 41.63 27.49 17.58 -
YUV 139.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 236 97 109 0 0.59 0.54 0.07 354.82 0.79 0.65
Hex EC 61 6D 0 3B 36 7 163 4F 41
Octal 354 141 155 0 73 66 7 543 117 101
Binary 11101100 1100001 1101101 0 111011 110110 111 101100011 1001111 1000001

Color Harmonies of #EC616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC616D

Black with #EC616D

Text Example


Text Example

White with #EC616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC616D; }

 p { color: rgb(236,97,109); }

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

background-color css

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

 a { background-color: rgb(236,97,109); }

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

border-color css

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

 span { border-color: rgb(236,97,109); }

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