Html Css Color HEX #EC606F Froly

📋 copy color: '#EC606F'

red 236 ◦ green 96 ◦ blue 111

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

Shades of Froly #EC606F

Tints of Froly #EC606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 53.27%
G = 21.67%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC606F (or 0xEC606F) is known color: Froly. HEX triplet: EC, 60 and 6F. RGB value is (236,96,111). Sum of RGB (Red+Green+Blue) = 236+96+111=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC606F is #139F90. Grayscale: #8B8B8B. Windows color (decimal): -1286033 or 7299308. OLE color: 7299308.

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

Color convert

RGB 236 96 111 -
CMYK 0 0.59 0.53 0.07
HSL 353.57º 0.79% 0.65% -
HSV(B) 353.57º 0.59% 0.93% -
XYZ 41.64 27.35 18.12 -
YUV 139.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 236 96 111 0 0.59 0.53 0.07 353.57 0.79 0.65
Hex EC 60 6F 0 3B 35 7 162 4F 41
Octal 354 140 157 0 73 65 7 542 117 101
Binary 11101100 1100000 1101111 0 111011 110101 111 101100010 1001111 1000001

Color Harmonies of #EC606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC606F

Black with #EC606F

Text Example


Text Example

White with #EC606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC606F; }

 p { color: rgb(236,96,111); }

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

background-color css

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

 a { background-color: rgb(236,96,111); }

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

border-color css

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

 span { border-color: rgb(236,96,111); }

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